--- 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)