--- 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