diff options
Diffstat (limited to 'examples/tab_completion.py')
-rwxr-xr-x | examples/tab_completion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tab_completion.py b/examples/tab_completion.py index 2ec7ff70..77d62988 100755 --- a/examples/tab_completion.py +++ b/examples/tab_completion.py @@ -12,7 +12,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 subcommands.""" + """ Example cmd2 application where we a base command which has a couple sub-commands.""" def __init__(self): super().__init__() |