File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def decode_integer(data, prefix_bits):
132
132
def _dict_to_iterable (header_dict ):
133
133
"""
134
134
This converts a dictionary to an iterable of two-tuples. This is a
135
- HPACK-specific function becuase it pulls "special-headers" out first and
135
+ HPACK-specific function because it pulls "special-headers" out first and
136
136
then emits them.
137
137
"""
138
138
assert isinstance (header_dict , dict )
@@ -387,7 +387,7 @@ class Decoder(object):
387
387
If this amount of data is exceeded, a `OversizedHeaderListError
388
388
<hpack.OversizedHeaderListError>` exception will be raised. At this
389
389
point the connection should be shut down, as the HPACK state will no
390
- longer be useable .
390
+ longer be usable .
391
391
392
392
Defaults to 64kB.
393
393
:type max_header_list_size: ``int``
You can’t perform that action at this time.
0 commit comments