File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments