We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82abce8 commit 809ffe7Copy full SHA for 809ffe7
HISTORY.rst
@@ -9,7 +9,7 @@ Release History
9
10
**API Changes (Backward-compatible)**
11
12
-- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.
+- Add a new ENABLE_CONNECT_PROTOCOL settings parameter.
13
14
**Other Changes**
15
hyperframe/exceptions.py
@@ -9,7 +9,7 @@
class UnknownFrameError(ValueError):
"""
- An frame of unknown type was received.
+ A frame of unknown type was received.
def __init__(self, frame_type, length):
#: The type byte of the unknown frame that was received.
0 commit comments