--- a/QScintilla/QsciScintillaCompat.py Wed May 08 18:34:20 2013 +0200 +++ b/QScintilla/QsciScintillaCompat.py Wed May 08 18:49:06 2013 +0200 @@ -486,7 +486,7 @@ """ Public method to check, if the current selection is rectangular. - @return flag indicating a rectangular selection. + @return flag indicating a rectangular selection (boolean) """ startLine, startIndex, endLine, endIndex = self.getSelection() return startLine != -1 and \