summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 15:38:54 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 15:38:54 -0500
commit1390b7889938588810e8a1d5c660ce354cfb7de0 (patch)
tree39b28a0e46c423e192dfc1cad2badac210f6334e /README.md
parent4a3c5a02e144a72e26103d02ce38163ba765e796 (diff)
downloadcmd2-git-1390b7889938588810e8a1d5c660ce354cfb7de0.tar.gz
Fixed spelling
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
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