File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ use subcommands in your ``cmd2`` application.
343343.. _tab_autocompletion : https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py
344344
345345
346- Argprase Extensions
346+ Argparse Extensions
347347-------------------
348348
349349``cmd2 `` augments the standard ``argparse.nargs `` with range tuple capability:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Command script files can be executed using the built-in ``run_script`` command
3636or ``@ `` shortcut. Both ASCII and UTF-8 encoded unicode text files are
3737supported. The ``run_script `` command supports tab-completion of file system
3838paths. There is a variant ``_relative_run_script `` command or ``@@ ``
39- shortcut for use within a script which uses paths relative to the first scrip .
39+ shortcut for use within a script which uses paths relative to the first script .
4040
4141
4242Comments
You can’t perform that action at this time.
0 commit comments