Skip to content

Commit 197e307

Browse files
committed
Fix docstring
1 parent b8bf3c9 commit 197e307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msgpack/_unpacker.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ cdef class Unpacker(object):
271271
Limits max length of map. (default: 32*1024)
272272
273273
:param int max_ext_len:
274-
Limits max length of map. (default: 1024*1024)
274+
Limits max size of ext type. (default: 1024*1024)
275275
276276
:param str encoding:
277277
Deprecated, use raw instead.

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Unpacker(object):
220220
Limits max length of map. (default: 32*1024)
221221
222222
:param int max_ext_len:
223-
Limits max length of map. (default: 1024*1024)
223+
Limits max size of ext type. (default: 1024*1024)
224224
225225
example of streaming deserialize from file-like object::
226226

0 commit comments

Comments
 (0)