Grammar fix

pull/1110/head
Bernhard Mueller 5 years ago
parent d80ef7336d
commit b24dc32f82
  1. 2
      myth

@ -11,7 +11,7 @@ import warnings
def format_Warning(message, category, filename, lineno, line=""):
return "Deprecated Warning: {}\n\n".format(str(message))
return "Deprecation warning: {}\n\n".format(str(message))
warnings.formatwarning = format_Warning

Loading…
Cancel
Save