diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-09 16:44:44 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-09 16:44:44 -0500 |
| commit | df2e4b74975166829185c833612204466a37912a (patch) | |
| tree | 85689d24bca577eeba9d9e2307aba31dc4ced15b | |
| parent | 93fb5ded34af7732f2b376d95ceda9cbc79a7c7f (diff) | |
| download | cmd2-git-df2e4b74975166829185c833612204466a37912a.tar.gz | |
Fixed typo
| -rw-r--r-- | CHANGELOG.md | 2 |
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 |
