Debugger/DebugUI.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Debugger/DebugUI.py	Sat May 17 19:58:49 2014 +0200
+++ b/Debugger/DebugUI.py	Sun May 18 14:13:09 2014 +0200
@@ -166,7 +166,7 @@
         
     def initActions(self):
         """
-        Method defining the user interface actions.
+        Public method defining the user interface actions.
         """
         self.actions = []
         
@@ -1294,7 +1294,7 @@
         
     def __clientWatchConditionError(self, cond):
         """
-        Public method to handle a expression error of a watch expression.
+        Private method to handle a expression error of a watch expression.
         
         Note: This can only happen for normal watch expressions
         

eric ide

mercurial