From 3f115e379d6607eea674093d6f66fc2915e28369 2017-05-11 13:31:09 From: Ming Zhang Date: 2017-05-11 13:31:09 Subject: [PATCH] fixed help message about history cache size --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 29b17b5..4baa3cc 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -237,8 +237,8 @@ class InteractiveShell(SingletonConfigurable): """ Set the size of the output cache. The default is 1000, you can change it permanently in your config file. Setting it to 0 completely - disables the caching system, and the minimum value accepted is 20 (if - you provide a value less than 20, it is reset to 0 and a warning is + disables the caching system, and the minimum value accepted is 3 (if + you provide a value less than 3, it is reset to 0 and a warning is issued). This limit is defined because otherwise you'll spend more time re-flushing a too small cache than working """