summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-09 16:44:44 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-09 16:44:44 -0500
commitdf2e4b74975166829185c833612204466a37912a (patch)
tree85689d24bca577eeba9d9e2307aba31dc4ced15b
parent93fb5ded34af7732f2b376d95ceda9cbc79a7c7f (diff)
downloadcmd2-git-df2e4b74975166829185c833612204466a37912a.tar.gz
Fixed typo
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daca8f34..e3dd5a53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@
* Added option for persistent readline history
* See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example
* See the [Searchable command history](http://cmd2.readthedocs.io/en/latest/freefeatures.html#searchable-command-history) section of the documentation for more info
- * Improved PyPI packaging by including unit tests and examples ain the tarball
+ * Improved PyPI packaging by including unit tests and examples in the tarball
* Improved documentation to make it more obvious that **poutput()** should be used instead of **print()**
* ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
* Added flag and index based tab completion helper functions