QScintilla/SortOptionsDialog.py

changeset 3011
18292228c724
parent 2589
a51b0c113ed7
child 3057
10516539f238
child 3160
209a07d7e401
--- a/QScintilla/SortOptionsDialog.py	Sat Oct 12 18:25:29 2013 +0200
+++ b/QScintilla/SortOptionsDialog.py	Sun Oct 13 12:21:37 2013 +0200
@@ -29,8 +29,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