summaryrefslogtreecommitdiff
path: root/docs/api/history.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/history.rst')
-rw-r--r--docs/api/history.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/history.rst b/docs/api/history.rst
index a685db7a..3a3ae2c4 100644
--- a/docs/api/history.rst
+++ b/docs/api/history.rst
@@ -4,12 +4,13 @@ cmd2.history
.. autoclass:: cmd2.history.History
:members:
+
.. autoclass:: cmd2.history.HistoryItem
:members:
.. attribute:: statement
- The statement object resulting from parsing
+ The :class:`~cmd2.Statement` object parsed from user input
.. attribute:: idx