Plugins/PluginSyntaxChecker.py

changeset 3591
2f2a4a76dd22
parent 3558
7f2bc8910d28
child 3621
15f23ed3f216
--- a/Plugins/PluginSyntaxChecker.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/PluginSyntaxChecker.py	Sun May 18 14:13:09 2014 +0200
@@ -161,7 +161,7 @@
 
     def __translateSyntaxCheck(self, fn, problems):
         """
-        Slot to translate the resulting messages.
+        Private slot to translate the resulting messages.
         
         If checkFlakes is True, warnings contains a list of strings containing
         the warnings (marker, file name, line number, message)
@@ -300,7 +300,7 @@
     
     def __projectSyntaxCheck(self):
         """
-        Public slot used to check the project files for syntax errors.
+        Private slot used to check the project files for syntax errors.
         """
         project = e5App().getObject("Project")
         project.saveAllScripts()

eric ide

mercurial