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,