diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-13 21:40:56 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-13 21:40:56 -0400 |
commit | 8c1e01886853471d8dadd473f491f310937b01d0 (patch) | |
tree | f41bf6a8699495575640d0d8fda37d45d0e4d056 /examples/script_conditional.py | |
parent | 8b0505c5ccdc7516572afe1426d82666f97232af (diff) | |
download | cmd2-git-8c1e01886853471d8dadd473f491f310937b01d0.tar.gz |
Mostly fix a bunch of spelling mistakes.
A few other miscellaneous minor tweaks for whitespace and such.
Diffstat (limited to 'examples/script_conditional.py')
-rw-r--r-- | examples/script_conditional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script_conditional.py b/examples/script_conditional.py index cbfb0494..3964ab6d 100644 --- a/examples/script_conditional.py +++ b/examples/script_conditional.py @@ -1,6 +1,6 @@ # coding=utf-8 """ -This is a Python script intended to be used with the "python_scripting.py" cmd2 example applicaiton. +This is a Python script intended to be used with the "python_scripting.py" cmd2 example application. To run it you should do the following: ./python_scripting.py |