From 2dabc37862ce54dbe312bc7abc2f56b0d3da9469 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 24 Feb 2020 22:32:39 -0700 Subject: Update history documentation --- docs/api/cmd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') 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 -- cgit v1.2.1