Update README (#393)

This commit is contained in:
Inada Naoki 2019-12-09 17:02:35 +09:00 committed by GitHub
parent d8e3cf0563
commit 5399f8180d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 14 deletions

View file

@ -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()