Skip to content

Commit 1a47a4b

Browse files
committed
Fixed spelling in doc
1 parent 70abc05 commit 1a47a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ``cmd`` module from the Python standard library includes ``readline``
88
history.
99

1010
: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.
11+
its own data structures for the history of all commands entered by the user.
1212
When the class is initialized, it creates an instance of the
1313
:class:`cmd2.history.History` class (which is a subclass of ``list``) as
1414
:data:`cmd2.Cmd.history`.

0 commit comments

Comments
 (0)