QScintilla/TypingCompleters/CompleterPython.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3011
18292228c724
diff -r 84b65fb9e780 -r d133c7edd88a QScintilla/TypingCompleters/CompleterPython.py
--- a/QScintilla/TypingCompleters/CompleterPython.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/QScintilla/TypingCompleters/CompleterPython.py	Sun Sep 29 18:22:08 2013 +0200
@@ -401,7 +401,7 @@
     
     def __inComment(self, line, col):
         """
-        Private method to check, if the cursor is inside a comment
+        Private method to check, if the cursor is inside a comment.
         
         @param line current line (integer)
         @param col current position within line (integer)

eric ide

mercurial