summaryrefslogtreecommitdiff
path: root/docs/api/cmd.rst
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-24 22:32:39 -0700
committerkotfu <kotfu@kotfu.net>2020-02-24 22:32:39 -0700
commit2dabc37862ce54dbe312bc7abc2f56b0d3da9469 (patch)
treec46043e245d93c78c92c2c36389c14dbb82a514f /docs/api/cmd.rst
parent1af80f2704bf239713da0f97e1be2aa2aba27182 (diff)
downloadcmd2-git-2dabc37862ce54dbe312bc7abc2f56b0d3da9469.tar.gz
Update history documentation
Diffstat (limited to 'docs/api/cmd.rst')
-rw-r--r--docs/api/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst
index 3fcd3352..dd3d3abe 100644
--- a/docs/api/cmd.rst
+++ b/docs/api/cmd.rst
@@ -52,7 +52,7 @@ cmd2.Cmd
A record of previously entered commands.
This attribute is an instance of :class:`cmd2.history.History`, and
- each command is an instance of :class:`cmd2.history.HistoryItem`.
+ each command is an instance of :class:`cmd2.Statement`.
.. attribute:: statement_parser