summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Salmon <sa7mon@users.noreply.github.com>2020-03-18 00:29:51 +0000
committerGitHub <noreply@github.com>2020-03-18 09:29:51 +0900
commit692e0ee8ff66686dd423aae69b248b67c3bf9ed4 (patch)
treec0ee39961970fdb594c6912df5d8267b7113c084 /README.md
parent2bfc2d0566e24594460078680ad3bd0dc71892ad (diff)
downloadmsgpack-python-692e0ee8ff66686dd423aae69b248b67c3bf9ed4.tar.gz
Fix typo (#416)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 921f7f8..aeeee3a 100644
--- a/README.md
+++ b/README.md
@@ -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.