##// END OF EJS Templates
ipapp: Change the docstring for `-i`....
Wieland Hoffmann -
Show More
@@ -174,7 +174,7 b" frontend_flags['quick']=("
174 frontend_flags['i'] = (
174 frontend_flags['i'] = (
175 {'TerminalIPythonApp' : {'force_interact' : True}},
175 {'TerminalIPythonApp' : {'force_interact' : True}},
176 """If running code from the command line, become interactive afterwards.
176 """If running code from the command line, become interactive afterwards.
177 Note: can also be given simply as '-i.'"""
177 Note: can also be given simply as '-i'."""
178 )
178 )
179 flags.update(frontend_flags)
179 flags.update(frontend_flags)
180
180
General Comments 0
You need to be logged in to leave comments. Login now