mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Fix typo (#416)
This commit is contained in:
parent
2bfc2d0566
commit
692e0ee8ff
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ See note below for detail.
|
|||
* Packer
|
||||
|
||||
* `use_bin_type=True` by default. bytes are encoded in bin type in msgpack.
|
||||
**If you are still sing Python 2, you must use unicode for all string types.**
|
||||
**If you are still using Python 2, you must use unicode for all string types.**
|
||||
You can use `use_bin_type=False` to encode into old msgpack format.
|
||||
* `encoding` option is removed. UTF-8 is used always.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue