summaryrefslogtreecommitdiff
path: root/tests/test_pyscript.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-10-06 18:15:23 +0000
committerEric Lin <anselor@gmail.com>2018-10-06 18:15:23 +0000
commitfb575e41251156a90044055e8a352079e4f75866 (patch)
treec8f013e04d7a9e28164367228fb0249e5b1dbbb2 /tests/test_pyscript.py
parent6d79731ae51229d46263dcddfc945946afa6e238 (diff)
parent467be57e647112f536becc8625ffa080cb67a0ce (diff)
downloadcmd2-git-fb575e41251156a90044055e8a352079e4f75866.tar.gz
Merge remote-tracking branch 'origin/master' into argparse_remainder
Diffstat (limited to 'tests/test_pyscript.py')
-rw-r--r--tests/test_pyscript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pyscript.py b/tests/test_pyscript.py
index 36e48598..6b72e940 100644
--- a/tests/test_pyscript.py
+++ b/tests/test_pyscript.py
@@ -65,7 +65,7 @@ class PyscriptExample(Cmd):
@with_argparser(media_parser)
def do_media(self, args):
- """Media management command demonstrates multiple layers of subcommands being handled by AutoCompleter"""
+ """Media management command demonstrates multiple layers of sub-commands being handled by AutoCompleter"""
func = getattr(args, 'func', None)
if func is not None:
# Call whatever subcommand function was selected