From a1bb352f551bda3d3811d48c6bf1af154f667829 2011-10-04 17:46:53 From: Thomas Kluyver Date: 2011-10-04 17:46:53 Subject: [PATCH] Reformat docstring for HistoryManager --- diff --git a/IPython/core/history.py b/IPython/core/history.py index 0b23604..8d8d7fb 100644 --- a/IPython/core/history.py +++ b/IPython/core/history.py @@ -33,8 +33,10 @@ from IPython.utils.warn import warn #----------------------------------------------------------------------------- class HistoryAccessor(Configurable): - """Access the history database without adding to it. For use by standalone - history tools.""" + """Access the history database without adding to it. + + This is intended for use by standalone history tools. IPython shells use + HistoryManager, below, which is a subclass of this.""" # String holding the path to the history file hist_file = Unicode(config=True)