QScintilla/QsciScintillaCompat.py

changeset 2653
94ff2db166f5
parent 2650
1b495c651868
child 2658
ec17f5d559e9
--- 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 \

eric ide

mercurial