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