We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70abc05 commit 1a47a4bCopy full SHA for 1a47a4b
docs/features/history.rst
@@ -8,7 +8,7 @@ The ``cmd`` module from the Python standard library includes ``readline``
8
history.
9
10
:class:`cmd2.Cmd` offers the same ``readline`` capabilities, but also maintains
11
-it's own data structures for the history of all commands entered by the user.
+its own data structures for the history of all commands entered by the user.
12
When the class is initialized, it creates an instance of the
13
:class:`cmd2.history.History` class (which is a subclass of ``list``) as
14
:data:`cmd2.Cmd.history`.
0 commit comments