diff --git a/IPython/terminal/ipapp.py b/IPython/terminal/ipapp.py index 7de0339..8d70e8f 100755 --- a/IPython/terminal/ipapp.py +++ b/IPython/terminal/ipapp.py @@ -171,8 +171,7 @@ frontend_flags['quick']=( frontend_flags['i'] = ( {'TerminalIPythonApp' : {'force_interact' : True}}, - """If running code from the command line, become interactive afterwards. - Note: can also be given simply as '-i'.""" + """If running code from the command line, become interactive afterwards.""" ) flags.update(frontend_flags)