--- a/Plugins/PluginTabnanny.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/PluginTabnanny.py Sun May 18 14:13:09 2014 +0200 @@ -121,8 +121,7 @@ def indentCheck(self, lang, filename, source): """ - 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) @@ -256,7 +255,7 @@ def __projectTabnanny(self): """ - Public slot used to check the project files for bad indentations. + Private slot used to check the project files for bad indentations. """ project = e5App().getObject("Project") project.saveAllScripts()