QScintilla/TypingCompleters/CompleterBase.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- 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
     

eric ide

mercurial