summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2015-12-10 17:42:15 +0900
committerINADA Naoki <methane@users.noreply.github.com>2015-12-10 17:42:15 +0900
commitb6e962d0a64f5aa3e0d33c177f5d2cd26d618d29 (patch)
treee54751c1dd9292588da29b563977337da2fa3ae0
parent88a38dce06d57dcfddea33e038b34a575fb2415a (diff)
parent9c6584ee101d300fdf0621cac44c3dcb9df817ba (diff)
downloadmsgpack-python-b6e962d0a64f5aa3e0d33c177f5d2cd26d618d29.tar.gz
Merge pull request #163 from ThomasWaldmann/master
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 aec3b7d..1aefc64 100644
--- a/msgpack/_unpacker.pyx
+++ b/msgpack/_unpacker.pyx
@@ -209,7 +209,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 eb20002..f682611 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)