##// END OF EJS Templates
update docstring for multiline_history
Julian Taylor -
Show More
@@ -308,7 +308,7 b' class InteractiveShell(SingletonConfigurable, Magic):'
308 """
308 """
309 )
309 )
310 multiline_history = CBool(sys.platform != 'win32', config=True,
310 multiline_history = CBool(sys.platform != 'win32', config=True,
311 help="Store multiple line spanning cells as a single entry in history."
311 help="Save multi-line entries as one entry in readline history"
312 )
312 )
313
313
314 prompt_in1 = Unicode('In [\\#]: ', config=True)
314 prompt_in1 = Unicode('In [\\#]: ', config=True)
General Comments 0
You need to be logged in to leave comments. Login now