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 | |
parent | ccc236fd32451f923bcf20a4f49c493c89b381d6 (diff) | |
download | cmd2-git-36796c2c6be67085f3d9000086de7052f08f433c.tar.gz |
Fixed typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/argument_processing.rst | 2 | ||||
-rw-r--r-- | docs/features/scripting.rst | 2 |
2 files changed, 2 insertions, 2 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: diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index f20f3765..b41855ca 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -36,7 +36,7 @@ Command script files can be executed using the built-in ``run_script`` command or ``@`` shortcut. Both ASCII and UTF-8 encoded unicode text files are supported. The ``run_script`` command supports tab-completion of file system paths. There is a variant ``_relative_run_script`` command or ``@@`` -shortcut for use within a script which uses paths relative to the first scrip. +shortcut for use within a script which uses paths relative to the first script. Comments |