We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030bb2f commit 1bd6fc3Copy full SHA for 1bd6fc3
README.md
@@ -55,7 +55,7 @@ See note below for detail.
55
56
* ``raw=False`` by default. It assumes str types are valid UTF-8 string
57
and decode them to Python str (unicode) object.
58
- * ``encdoding`` option is rmeoved. You can use ``raw=True`` to support old format.
+ * ``encoding`` option is removed. You can use ``raw=True`` to support old format.
59
* Default value of ``max_buffer_size`` is changed from 0 to 100 MiB.
60
* Default value of ``strict_map_key`` is changed to True to avoid hashdos.
61
You need to pass ``strict_map_key=False`` if you have data which contain map keys
0 commit comments