eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Sat Dec 19 15:22:26 2020 +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