diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-13 19:20:53 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-13 19:20:53 -0400 |
commit | 9435003a915e15defcaa24784cf0f3b04f9dd3a8 (patch) | |
tree | 22f91307ee60fac08c7af9813b2fc81d48999b6e | |
parent | dcb5be4216e0ac42a995ffe74a7ea712072caea1 (diff) | |
download | cmd2-git-9435003a915e15defcaa24784cf0f3b04f9dd3a8.tar.gz |
Updated formattingtest_one
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b33bd1a..cae362f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Enhancements * All platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth) to assist with asynchronous alerts. * Macros now accept extra arguments when called. These will be tacked onto the resolved command. - * All cmd2 commands run via py now go through onecmd_plus_hooks. + * All cmd2 commands run via `py` now go through `onecmd_plus_hooks`. ## 0.9.5 (October 11, 2018) * Bug Fixes |