summaryrefslogtreecommitdiff
path: root/docs/features/history.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/history.rst')
-rw-r--r--docs/features/history.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst
index 3c238c3c..54e18683 100644
--- a/docs/features/history.rst
+++ b/docs/features/history.rst
@@ -4,7 +4,7 @@ History
For Developers
--------------
-- Describe how cmd2 tracks history
+- Describe how ``cmd2`` tracks history
- how persistent history works
- differences in history and bash shell history (we only store valid commands
in history)
@@ -13,7 +13,7 @@ For Developers
``cmd2`` adds the option of making this history persistent via optional
arguments to ``cmd2.Cmd.__init__()``:
-.. automethod:: cmd2.cmd2.Cmd.__init__
+.. automethod:: cmd2.Cmd.__init__
For Users