--- a/QScintilla/TypingCompleters/CompleterBase.py Tue Oct 15 22:03:54 2013 +0200 +++ b/QScintilla/TypingCompleters/CompleterBase.py Fri Oct 18 23:00:41 2013 +0200 @@ -40,7 +40,7 @@ """ Public slot to set the enabled state. - @param enabled flag indicating the new state (boolean) + @param enable flag indicating the new enabled state (boolean) """ if enable: if not self.enabled: @@ -53,6 +53,8 @@ def isEnabled(self): """ Public method to get the enabled state. + + @return enabled state (boolean) """ return self.enabled