summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2011-06-24 00:04:43 +0900
committerINADA Naoki <songofacandy@gmail.com>2011-06-24 00:04:43 +0900
commitcd75ba495af3c153f707c127b0ce6484df6fb1a0 (patch)
tree994a0da5a62502f409b2a96ded9a67e8c637013a
parentff594d71dd85661e6307a9cca6ed184227e1dd35 (diff)
downloadmsgpack-python-cd75ba495af3c153f707c127b0ce6484df6fb1a0.tar.gz
(python) Fix typo in ChangeLog
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a0aae25..10ddf4f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,7 +4,7 @@
New feature
-----------
-* Add ``encoding`` and ``unicode_erros`` option to packer and unpacker.
+* Add ``encoding`` and ``unicode_errors`` option to packer and unpacker.
When this option is specified, (un)packs unicode object instead of bytes.
This enables using msgpack as a replacement of json.