(python) Fix typo in ChangeLog

This commit is contained in:
INADA Naoki 2011-06-24 00:04:43 +09:00
parent ff594d71dd
commit cd75ba495a

View file

@ -4,7 +4,7 @@
New feature 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. When this option is specified, (un)packs unicode object instead of bytes.
This enables using msgpack as a replacement of json. This enables using msgpack as a replacement of json.