Skip to content

Commit 4802e6a

Browse files
committed
Fix redundant declaration of cmd2.Cmd.__init__ method
1 parent 6d11766 commit 4802e6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/features/history.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ For Developers
1111
- reference the public code structures we use to store history
1212

1313
``cmd2`` adds the option of making this history persistent via optional
14-
arguments to ``cmd2.Cmd.__init__()``:
15-
16-
.. automethod:: cmd2.Cmd.__init__
14+
arguments to :meth:`cmd2.Cmd.__init__`.
1715

1816

1917
For Users

0 commit comments

Comments
 (0)