--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Sat Dec 19 15:22:26 2020 +0100 @@ -222,7 +222,8 @@ Public method to start a check for one file. The results are reported to the __processResult slot. - @keyparam codestring optional sourcestring (str) + + @param codestring optional sourcestring (str) """ if self.syntaxCheckService is None or not self.files: self.checkProgressLabel.setPath("")