summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-12-09 13:53:42 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-12-09 13:53:42 +0100
commit9c6584ee101d300fdf0621cac44c3dcb9df817ba (patch)
treed55ef6a1fa3770c1b37d40d4d0cf6fc2b5c92de8
parentaa209ab1e9fd4ce97c0073aeecedfd6fd91c4c4d (diff)
downloadmsgpack-python-9c6584ee101d300fdf0621cac44c3dcb9df817ba.tar.gz
fix typos
-rw-r--r--msgpack/_unpacker.pyx2
-rw-r--r--msgpack/fallback.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/msgpack/_unpacker.pyx b/msgpack/_unpacker.pyx
index d53f724..b98957e 100644
--- a/msgpack/_unpacker.pyx
+++ b/msgpack/_unpacker.pyx
@@ -199,7 +199,7 @@ cdef class Unpacker(object):
:param int max_buffer_size:
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
Raises `BufferFull` exception when it is insufficient.
- You shoud set this parameter when unpacking data from untrasted source.
+ You shoud set this parameter when unpacking data from untrusted source.
:param int max_str_len:
Limits max length of str. (default: 2**31-1)
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 235c201..5b5085e 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -138,7 +138,7 @@ class Unpacker(object):
:param int max_buffer_size:
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
Raises `BufferFull` exception when it is insufficient.
- You shoud set this parameter when unpacking data from untrasted source.
+ You shoud set this parameter when unpacking data from untrusted source.
:param int max_str_len:
Limits max length of str. (default: 2**31-1)