Utilities: changed a doc string to not need a code style warning suppression anymore.

Wed, 27 May 2020 18:55:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 27 May 2020 18:55:34 +0200
changeset 7599
d6efb1e15a5b
parent 7598
6bb50f2a1df2
child 7600
d2bf0476484b

Utilities: changed a doc string to not need a code style warning suppression anymore.

eric6/Utilities/__init__.py file | annotate | diff | comparison | revisions
--- 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

eric ide

mercurial