QScintilla/SortOptionsDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 3011
18292228c724
child 3145
a9de05d4a22f
--- a/QScintilla/SortOptionsDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/QScintilla/SortOptionsDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -31,8 +31,8 @@
         """
         Public method to get the selected options.
         
-        @return tuple of three flags indicating ascending order, alphanumeric sort
-            and case sensitivity (tuple of three boolean)
+        @return tuple of three flags indicating ascending order, alphanumeric
+            sort and case sensitivity (tuple of three boolean)
         """
         return (
             self.ascendingButton.isChecked(),

eric ide

mercurial