diff --git a/myth b/myth index 8418bef6..283f6bbb 100755 --- a/myth +++ b/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