diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-24 22:32:39 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-24 22:32:39 -0700 |
commit | 2dabc37862ce54dbe312bc7abc2f56b0d3da9469 (patch) | |
tree | c46043e245d93c78c92c2c36389c14dbb82a514f /docs/api | |
parent | 1af80f2704bf239713da0f97e1be2aa2aba27182 (diff) | |
download | cmd2-git-2dabc37862ce54dbe312bc7abc2f56b0d3da9469.tar.gz |
Update history documentation
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/cmd.rst | 2 |
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 |