Skip to content

Commit 1390b78

Browse files
committed
Fixed spelling
1 parent 4a3c5a0 commit 1390b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Instructions for implementing each feature follow.
117117
- Syntax for calling `cmd2` commands in a `pyscript` is essentially identical to what they would enter on the command line
118118
- See the [Python](https://cmd2.readthedocs.io/en/latest/freefeatures.html#python) section of the `cmd2` docs for more info
119119
- Also see the [python_scripting.py](https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py)
120-
example in conjunciton with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script
120+
example in conjunction with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script
121121

122122
- Parsing commands with `argparse`
123123
- Two decorators provide built-in capability for using `argparse.ArgumentParser` to parse command arguments

0 commit comments

Comments
 (0)