diff -r 6686a3326df8 -r a9577f248f04 QScintilla/QsciScintillaCompat.py --- a/QScintilla/QsciScintillaCompat.py Mon Jul 08 21:47:26 2013 +0200 +++ b/QScintilla/QsciScintillaCompat.py Mon Jul 08 22:36:10 2013 +0200 @@ -537,7 +537,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