summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-26 09:07:24 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-26 09:07:24 -0500
commitf9bcb56590328a9479f2ef454ad6e39f949aa7cc (patch)
tree11f5aa2f211841cccc9fa6c693ccf20f9f3fb269
parent3dc055021af17ff923b0e59f544305d63d908fba (diff)
downloadcmd2-git-f9bcb56590328a9479f2ef454ad6e39f949aa7cc.tar.gz
Escaped some underscores in changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0e4dac5..bc6e3ee4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,7 +31,7 @@
and not sys.argv[0].
* Breaking changes
* Some constants were moved from cmd2.py to constants.py
- * cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's __init__.py, then
+ * cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's \_\_init\_\_.py, then
there will be no issues.
## 0.9.19 (October 14, 2019)