summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-09 18:12:51 +0900
committerInada Naoki <songofacandy@gmail.com>2019-12-09 18:12:51 +0900
commitd10f12db8f328130a13df759bc9cb3fa064cc8b8 (patch)
tree2a42cbab0e8d943fc7e9049d30607577af99ac02
parentc356035a576c38db5ca232ede07b291087f1b8b2 (diff)
downloadmsgpack-python-d10f12db8f328130a13df759bc9cb3fa064cc8b8.tar.gz
typo
-rw-r--r--msgpack/_packer.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/_packer.pyx b/msgpack/_packer.pyx
index 8cf3c05..2a768b0 100644
--- a/msgpack/_packer.pyx
+++ b/msgpack/_packer.pyx
@@ -341,7 +341,7 @@ cdef 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.pk.length = 0