diff -r c6011e501282 -r 4573827e9815 src/eric7/Utilities/__init__.py --- a/src/eric7/Utilities/__init__.py Sun Dec 17 17:15:19 2023 +0100 +++ b/src/eric7/Utilities/__init__.py Mon Dec 18 16:39:01 2023 +0100 @@ -51,7 +51,7 @@ @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 err exception of type SyntaxError + @exception err exception of type SyntaxError """ if category is SyntaxWarning: err = SyntaxError(str(message))