src/eric7/Plugins/PluginCodeStyleChecker.py

branch
server
changeset 10594
6156d9675f62
parent 10574
622e59b51640
parent 10579
be997a4bd670
child 10630
552a790fd9bc
diff -r 2bada76be1a6 -r 6156d9675f62 src/eric7/Plugins/PluginCodeStyleChecker.py
--- a/src/eric7/Plugins/PluginCodeStyleChecker.py	Mon Feb 19 15:56:51 2024 +0100
+++ b/src/eric7/Plugins/PluginCodeStyleChecker.py	Mon Feb 19 19:37:00 2024 +0100
@@ -163,8 +163,8 @@
         @type str or None
         @param filename source filename
         @type str
-        @param source string containing the code to check
-        @type str
+        @param source list of code lines to be checked
+        @type list of str
         @param args arguments used by the codeStyleCheck function (list of
             excludeMessages, includeMessages, repeatMessages, fixCodes,
             noFixCodes, fixIssues, maxLineLength, blankLines, hangClosing,

eric ide

mercurial