src/eric7/Plugins/PluginCodeStyleChecker.py

branch
eric7
changeset 10579
be997a4bd670
parent 10439
21c28b0f9e41
child 10594
6156d9675f62
child 10683
779cda568acb
diff -r d7cf5619662f -r be997a4bd670 src/eric7/Plugins/PluginCodeStyleChecker.py
--- a/src/eric7/Plugins/PluginCodeStyleChecker.py	Wed Feb 14 10:21:59 2024 +0100
+++ b/src/eric7/Plugins/PluginCodeStyleChecker.py	Fri Feb 16 19:58:06 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