From 2758d2a80eb4516b1fc9e0958c7721f8350b1d34 2015-05-12 18:51:29 From: Antonio Russo Date: 2015-05-12 18:51:29 Subject: [PATCH] Simplify wording of documentation --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index df5da30..c8f406f 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -393,7 +393,7 @@ class InteractiveShell(SingletonConfigurable): history_load_length = Integer(1000, config=True, help= """ - Determines the number of saved history entries to be loaded + The number of saved history entries to be loaded into the readline buffer at startup. """ )