--- 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(),