8000 Merge pull request #163 from ThomasWaldmann/master · sugarguo/msgpack-python@b6e962d · GitHub
[go: up one dir, main page]

Skip to content

Commit b6e962d

Browse files
committed
Merge pull request msgpack#163 from ThomasWaldmann/master
fix typos
2 parents 88a38dc + 9c6584e commit b6e962d

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
@@ -209,7 +209,7 @@ cdef class Unpacker(object):
209209
:param int max_buffer_size:
210210
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
211211
Raises `BufferFull` exception when it is insufficient.
212-
You shoud set this parameter when unpacking data from untrasted source.
212+
You shoud set this parameter when unpacking data from untrusted source.
213213
214214
:param int max_str_len:
215215
Limits max length of str. (default: 2**31-1)

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Unpacker(object):
138138
:param int max_buffer_size:
139139
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
140140
Raises `BufferFull` exception when it is insufficient.
141-
You shoud set this parameter when unpacking data from untrasted source.
141+
You shoud set this parameter when unpacking data from untrusted source.
142142
143143
:param int max_str_len:
144144
Limits max length of str. (default: 2**31-1)

0 commit comments

Comments
 (0)
0