--- a/eric6/Utilities/__init__.py Tue May 19 18:03:54 2020 +0200 +++ b/eric6/Utilities/__init__.py Wed May 27 18:55:34 2020 +0200 @@ -29,8 +29,8 @@ @param lineno line number causing the warning (integer) @param file file to write the warning message to (ignored) @param line line causing the warning (ignored) - @raise SyntaxError - """ # __IGNORE_WARNING_D252__ __IGNORE_WARNING_D253__ + @raise err exception of type SyntaxError + """ if category is SyntaxWarning: err = SyntaxError(str(message)) err.filename = filename