diff options
author | Eric Lin <anselor@gmail.com> | 2020-06-16 09:40:40 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-04 13:38:08 -0400 |
commit | 07321efc8ac8dc5d8276a1c33ed4fa506e24ae6a (patch) | |
tree | 669ccf974bbd196eb1d36a2f13724fe55ab3cb67 /cmd2/cmd2.py | |
parent | 9ad174a173fdc610c661d588c1f42decbb3d7f5e (diff) | |
download | cmd2-git-07321efc8ac8dc5d8276a1c33ed4fa506e24ae6a.tar.gz |
Fixes to sphinx generation
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 310ad32f..40748d51 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -471,7 +471,7 @@ class Cmd(cmd.Cmd): def uninstall_command_set(self, cmdset: CommandSet): """ - Uninstalls an CommandSet and unloads all associated commands + Uninstalls a CommandSet and unloads all associated commands :param cmdset: CommandSet to uninstall """ if cmdset in self._installed_command_sets: |