File tree 2 files changed +2
-2
lines changed 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):
209
209
:param int max_buffer_size:
210
210
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
211
211
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.
213
213
214
214
:param int max_str_len:
215
215
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):
138
138
:param int max_buffer_size:
139
139
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
140
140
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.
142
142
143
143
:param int max_str_len:
144
144
Limits max length of str. (default: 2**31-1)
You can’t perform that action at this time.
0 commit comments