From fed49815c8d60300e80316f4d89248586f01a8c8 2014-12-04 09:39:37 From: Helen ST Date: 2014-12-04 09:39:37 Subject: [PATCH] Updated display_banner help message Refs #6343 --- diff --git a/IPython/qt/console/qtconsoleapp.py b/IPython/qt/console/qtconsoleapp.py index c42cd1b..aa2de06 100644 --- a/IPython/qt/console/qtconsoleapp.py +++ b/IPython/qt/console/qtconsoleapp.py @@ -175,7 +175,7 @@ class IPythonQtConsoleApp(BaseIPythonApplication, IPythonConsoleApp): help="Use a plaintext widget instead of rich text (plain can't print/save).") display_banner = CBool(True, config=True, - help="Whether to display a banner upon starting IPython." + help="Whether to display a banner upon starting the QtConsole." ) def _plain_changed(self, name, old, new):