src/eric7/Utilities/__init__.py

branch
eric7
changeset 10418
4573827e9815
parent 10373
093dcebe5ecb
child 10422
e28b89693f37
--- 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))

eric ide

mercurial