QScintilla/TypingCompleters/CompleterBase.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2965
d133c7edd88a
child 3145
a9de05d4a22f
--- 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
     

eric ide

mercurial