QScintilla/SpellChecker.py

changeset 3539
0c2dc1446ebf
parent 3178
f25fc1364c88
child 3591
2f2a4a76dd22
diff -r 33a75660df08 -r 0c2dc1446ebf QScintilla/SpellChecker.py
--- a/QScintilla/SpellChecker.py	Sat Apr 26 10:06:49 2014 +0200
+++ b/QScintilla/SpellChecker.py	Sat Apr 26 10:36:09 2014 +0200
@@ -285,7 +285,7 @@
         @param startPos position to start at (integer)
         @param endPos position to end at (integer)
         """
-        if not self.initCheck(startPos,  endPos):
+        if not self.initCheck(startPos, endPos):
             return
         
         while True:

eric ide

mercurial