mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-06 04:20:58 +00:00
typo
This commit is contained in:
parent
c356035a57
commit
d10f12db8f
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ cdef class Packer(object):
|
||||||
def reset(self):
|
def reset(self):
|
||||||
"""Reset internal buffer.
|
"""Reset internal buffer.
|
||||||
|
|
||||||
This method is usaful only when autoreset=False.
|
This method is useful only when autoreset=False.
|
||||||
"""
|
"""
|
||||||
self.pk.length = 0
|
self.pk.length = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue