eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Mon Feb 01 10:38:16 2021 +0100
@@ -2476,10 +2476,10 @@
         @param curLine text to work on (string)
         @param prevLine line before the text to work on (string)
         @param nextLine line after the text to work on (string)
-        @keyparam maxLength maximum allowed line length (integer)
-        @keyparam eol eond-of-line marker (string)
-        @keyparam indentWord string used for indentation (string)
-        @keyparam isDocString flag indicating that the line belongs to
+        @param maxLength maximum allowed line length (integer)
+        @param eol eond-of-line marker (string)
+        @param indentWord string used for indentation (string)
+        @param isDocString flag indicating that the line belongs to
             a documentation string (boolean)
         """
         self.__text = curLine

eric ide

mercurial