--- a/QScintilla/QsciScintillaCompat.py Sat Jun 29 18:40:45 2013 +0200 +++ b/QScintilla/QsciScintillaCompat.py Sun Jun 30 19:55:48 2013 +0200 @@ -535,7 +535,7 @@ def getSelectionN(self, index): """ - Public method to get the start and end of a selection given by it's index. + Public method to get the start and end of a selection given by its index. @return tuple with start line and index and end line and index (tuple of four int) for the given selection