eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py

changeset 7900
72b88fb20261
parent 7894
4370a8b30648
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py	Sat Dec 19 15:22:26 2020 +0100
@@ -150,8 +150,8 @@
         @param expected list of expected codes (list of string)
         @param repeat flag indicating to report each occurrence of a code
             (boolean)
-        @keyparam maxLineLength allowed line length (integer)
-        @keyparam docType type of the documentation strings
+        @param maxLineLength allowed line length (integer)
+        @param docType type of the documentation strings
             (string, one of 'eric' or 'pep257')
         """
         self.__select = tuple(select)

eric ide

mercurial