summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:40:56 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:40:56 -0400
commit8c1e01886853471d8dadd473f491f310937b01d0 (patch)
treef41bf6a8699495575640d0d8fda37d45d0e4d056 /setup.py
parent8b0505c5ccdc7516572afe1426d82666f97232af (diff)
downloadcmd2-git-8c1e01886853471d8dadd473f491f310937b01d0.tar.gz
Mostly fix a bunch of spelling mistakes.
A few other miscellaneous minor tweaks for whitespace and such.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb7a9590..58505a0a 100755
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ Drop-in replacement adds several features for command-prompt tools:
* `py` enters interactive Python console
* test apps against sample session transcript (see examples/example.py)
-Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
+Usable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
"""
CLASSIFIERS = list(filter(None, map(str.strip,