diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-06 17:17:50 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-06 17:17:50 -0500 |
commit | 36796c2c6be67085f3d9000086de7052f08f433c (patch) | |
tree | 6452dc4a3f1f45e31cfae16c8acccf3dd7746f14 /docs/features/argument_processing.rst | |
parent | ccc236fd32451f923bcf20a4f49c493c89b381d6 (diff) | |
download | cmd2-git-36796c2c6be67085f3d9000086de7052f08f433c.tar.gz |
Fixed typos
Diffstat (limited to 'docs/features/argument_processing.rst')
-rw-r--r-- | docs/features/argument_processing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst index a8124292..75d92c94 100644 --- a/docs/features/argument_processing.rst +++ b/docs/features/argument_processing.rst @@ -343,7 +343,7 @@ use subcommands in your ``cmd2`` application. .. _tab_autocompletion: https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py -Argprase Extensions +Argparse Extensions ------------------- ``cmd2`` augments the standard ``argparse.nargs`` with range tuple capability: |