--- a/QScintilla/TypingCompleters/CompleterBase.py Sun Sep 29 15:54:10 2013 +0200 +++ b/QScintilla/TypingCompleters/CompleterBase.py Sun Sep 29 18:22:08 2013 +0200 @@ -38,7 +38,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: @@ -51,6 +51,8 @@ def isEnabled(self): """ Public method to get the enabled state. + + @return enabled state (boolean) """ return self.enabled