diff -r befeff46ec0f -r 18292228c724 QScintilla/SortOptionsDialog.py --- 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(),