diff options
-rw-r--r-- | docs/features/history.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst index 54e18683..56c74ed7 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -11,9 +11,7 @@ For Developers - reference the public code structures we use to store history ``cmd2`` adds the option of making this history persistent via optional -arguments to ``cmd2.Cmd.__init__()``: - -.. automethod:: cmd2.Cmd.__init__ +arguments to :meth:`cmd2.Cmd.__init__`. For Users |