eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Mon Feb 01 10:38:16 2021 +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("")

eric ide

mercurial