--- a/QScintilla/Lexers/LexerPython.py Sat May 17 19:58:49 2014 +0200 +++ b/QScintilla/Lexers/LexerPython.py Sun May 18 14:13:09 2014 +0200 @@ -79,7 +79,7 @@ def getIndentationDifference(self, line, editor): """ - Private method to determine the difference for the new indentation. + Public method to determine the difference for the new indentation. @param line line to perform the calculation for (integer) @param editor QScintilla editor