help for functions
authorecdsa <ecdsa@github>
Mon, 4 Mar 2013 16:49:35 +0000 (17:49 +0100)
committerecdsa <ecdsa@github>
Mon, 4 Mar 2013 16:49:35 +0000 (17:49 +0100)
gui/qt_console.py

index 123c0c8..ff579f0 100644 (file)
@@ -192,7 +192,7 @@ class Console(QtGui.QPlainTextEdit):
                     self.skip = not self.skip
 
             if type(self.namespace.get(command)) == type(lambda:None):
-                self.appendPlainText("'%s' is a function. Type '%s()' to call it."%(command, command))
+                self.appendPlainText("'%s' is a function. Type '%s()' to use it in the Python console."%(command, command))
                 self.newPrompt()
                 return