summaryrefslogtreecommitdiff
path: root/msgpack/fallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack/fallback.py')
-rw-r--r--msgpack/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 57b436a..4567e2d 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -220,7 +220,7 @@ class Unpacker(object):
Limits max length of map. (default: 32*1024)
:param int max_ext_len:
- Limits max length of map. (default: 1024*1024)
+ Limits max size of ext type. (default: 1024*1024)
example of streaming deserialize from file-like object::