summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
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: