Debugger/VariablesFilterDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2988
f53c03574697
child 3145
a9de05d4a22f
--- a/Debugger/VariablesFilterDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Debugger/VariablesFilterDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -59,8 +59,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