From 1390b7889938588810e8a1d5c660ce354cfb7de0 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 1 Mar 2019 15:38:54 -0500 Subject: Fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81adf4c2..6b33ab84 100755 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Instructions for implementing each feature follow. - Syntax for calling `cmd2` commands in a `pyscript` is essentially identical to what they would enter on the command line - See the [Python](https://cmd2.readthedocs.io/en/latest/freefeatures.html#python) section of the `cmd2` docs for more info - Also see the [python_scripting.py](https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py) - example in conjunciton with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script + example in conjunction with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script - Parsing commands with `argparse` - Two decorators provide built-in capability for using `argparse.ArgumentParser` to parse command arguments -- cgit v1.2.1