8000 fix typos · sugarguo/msgpack-python@9c6584e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c6584e

Browse files
fix typos
1 parent aa209ab commit 9c6584e

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
@@ -199,7 +199,7 @@ cdef class Unpacker(object):
199199
:param int max_buffer_size:
200200
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
201201
Raises `BufferFull` exception when it is insufficient.
202-
You shoud set this parameter when unpacking data from untrasted source.
202+
You shoud set this parameter when unpacking data from untrusted source.
203203
204204
:param int max_str_len:
205205
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