--- a/Plugins/PluginCodeStyleChecker.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/PluginCodeStyleChecker.py Sun May 18 14:13:09 2014 +0200 @@ -127,8 +127,7 @@ def styleCheck(self, lang, filename, source, args): """ - Method to prepare a style check on one Python source file in another - task. + Public method to prepare a style check on one Python source file. @param lang language of the file or None to determine by internal algorithm (str or None) @@ -150,7 +149,7 @@ def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): """ - Privat slot called after perfoming a style check on one file. + Private slot called after perfoming a style check on one file. @param fn filename of the just checked file (str) @param codeStyleCheckerStats stats of style and name check (dict) @@ -296,7 +295,7 @@ def __projectCodeStyleCheck(self): """ - Public slot used to check the project files for code style. + Private slot used to check the project files for code style. """ project = e5App().getObject("Project") project.saveAllScripts()