From 1a47a4bd5ef5b9a647a9adf4ee1c20e2bcc007dd Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 10 Jun 2021 15:50:44 -0400 Subject: Fixed spelling in doc --- docs/features/history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features') diff --git a/docs/features/history.rst b/docs/features/history.rst index 22e205b4..056e02a0 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -8,7 +8,7 @@ The ``cmd`` module from the Python standard library includes ``readline`` history. :class:`cmd2.Cmd` offers the same ``readline`` capabilities, but also maintains -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. When the class is initialized, it creates an instance of the :class:`cmd2.history.History` class (which is a subclass of ``list``) as :data:`cmd2.Cmd.history`. -- cgit v1.2.1