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 @@ -199,7 +199,7 @@ cdef class Unpacker(object):
199
199
:param int max_buffer_size:
200
200
Limits size of data waiting unpacked. 0 means system's INT_MAX (default).
201
201
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.
203
203
204
204
:param int max_str_len:
205
205
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