summaryrefslogtreecommitdiff
path: root/msgpack
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-09 17:02:35 +0900
committerGitHub <noreply@github.com>2019-12-09 17:02:35 +0900
commit5399f8180d23c147b1243d7c39aa19f9a8ba840a (patch)
treeec6807234d754a81cfb8b945ff6abe5f60970da7 /msgpack
parentd8e3cf0563989a660398318a7c788645124e1d8b (diff)
downloadmsgpack-python-5399f8180d23c147b1243d7c39aa19f9a8ba840a.tar.gz
Update README (#393)
Diffstat (limited to 'msgpack')
-rw-r--r--msgpack/fallback.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 7df92f5..3704f9d 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -747,7 +747,7 @@ class Packer(object):
:param bool strict_types:
If set to true, types will be checked to be exact. Derived classes
- from serializeable types will not be serialized and will be
+ from serializable types will not be serialized and will be
treated as unsupported type and forwarded to default.
Additionally tuples will not be serialized as lists.
This is useful when trying to implement accurate serialization
@@ -1014,7 +1014,7 @@ class Packer(object):
def reset(self):
"""Reset internal buffer.
- This method is usaful only when autoreset=False.
+ This method is useful only when autoreset=False.
"""
self._buffer = StringIO()