Debugger/VariablesFilterDialog.py

changeset 2988
f53c03574697
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
diff -r c99695c0f13a -r f53c03574697 Debugger/VariablesFilterDialog.py
--- a/Debugger/VariablesFilterDialog.py	Sun Oct 06 18:02:21 2013 +0200
+++ b/Debugger/VariablesFilterDialog.py	Sun Oct 06 19:00:04 2013 +0200
@@ -57,8 +57,8 @@
         """
         Public slot to retrieve the current selections.
         
-        @return A tuple of lists of integer values. The first list is the locals variables
-            filter, the second the globals variables filter.
+        @return A tuple of lists of integer values. The first list is the
+            locals variables filter, the second the globals variables filter.
         """
         lList = []
         gList = []

eric ide

mercurial