diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-12-09 18:12:51 +0900 |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-12-09 18:12:51 +0900 |
commit | d10f12db8f328130a13df759bc9cb3fa064cc8b8 (patch) | |
tree | 2a42cbab0e8d943fc7e9049d30607577af99ac02 /msgpack | |
parent | c356035a576c38db5ca232ede07b291087f1b8b2 (diff) | |
download | msgpack-python-d10f12db8f328130a13df759bc9cb3fa064cc8b8.tar.gz |
typo
Diffstat (limited to 'msgpack')
-rw-r--r-- | msgpack/_packer.pyx | 2 |
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 |