mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-22 21:33:17 +00:00
Update README (#393)
This commit is contained in:
parent
d8e3cf0563
commit
5399f8180d
2 changed files with 45 additions and 14 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue