8000 Fix typo (#416) · fried/msgpack-python@692e0ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 692e0ee

Browse files
authored
Fix typo (msgpack#416)
1 parent 2bfc2d0 commit 692e0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See note below for detail.
4747
* Packer
4848

4949
* `use_bin_type=True` by default. bytes are encoded in bin type in msgpack.
50-
**If you are still sing Python 2, you must use unicode for all string types.**
50+
**If you are still using Python 2, you must use unicode for all string types.**
5151
You can use `use_bin_type=False` to encode in 42DC to old msgpack format.
5252
* `encoding` option is removed. UTF-8 is used always.
5353

0 commit comments

Comments
 (0)
0