QScintilla/Lexers/LexerPython.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3654
ffeb85cdc72d
--- 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

eric ide

mercurial