--- 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,