##// END OF EJS Templates
Simplify wording of documentation
Antonio Russo -
Show More
@@ -393,7 +393,7 b' class InteractiveShell(SingletonConfigurable):'
393
393
394 history_load_length = Integer(1000, config=True, help=
394 history_load_length = Integer(1000, config=True, help=
395 """
395 """
396 Determines the number of saved history entries to be loaded
396 The number of saved history entries to be loaded
397 into the readline buffer at startup.
397 into the readline buffer at startup.
398 """
398 """
399 )
399 )
General Comments 0
You need to be logged in to leave comments. Login now