From 36796c2c6be67085f3d9000086de7052f08f433c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 6 Nov 2019 17:17:50 -0500 Subject: Fixed typos --- docs/features/argument_processing.rst | 2 +- docs/features/scripting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1