summaryrefslogtreecommitdiff
path: root/examples/tab_completion.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tab_completion.py')
-rwxr-xr-xexamples/tab_completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tab_completion.py b/examples/tab_completion.py
index 2830b002..1a25238f 100755
--- a/examples/tab_completion.py
+++ b/examples/tab_completion.py
@@ -14,7 +14,7 @@ sport_item_strs = ['Bat', 'Basket', 'Basketball', 'Football', 'Space Ball']
class TabCompleteExample(cmd2.Cmd):
- """ Example cmd2 application where we a base command which has a couple sub-commands."""
+ """ Example cmd2 application where we a base command which has a couple subcommands."""
def __init__(self):
super().__init__()