Skip to content

Commit 36796c2

Browse files
committed
Fixed typos
1 parent ccc236f commit 36796c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/argument_processing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

docs/features/scripting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Command script files can be executed using the built-in ``run_script`` command
3636
or ``@`` shortcut. Both ASCII and UTF-8 encoded unicode text files are
3737
supported. The ``run_script`` command supports tab-completion of file system
3838
paths. 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

4242
Comments

0 commit comments

Comments
 (0)