Skip to content

Commit 809ffe7

Browse files
scopalexwlchan
authored andcommitted
Spelling and grammar fix (#139)
1 parent 82abce8 commit 809ffe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Release History
99

1010
**API Changes (Backward-compatible)**
1111

12-
- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.
12+
- Add a new ENABLE_CONNECT_PROTOCOL settings parameter.
1313

1414
**Other Changes**
1515

hyperframe/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class UnknownFrameError(ValueError):
1111
"""
12-
An frame of unknown type was received.
12+
A frame of unknown type was received.
1313
"""
1414
def __init__(self, frame_type, length):
1515
#: The type byte of the unknown frame that was received.

0 commit comments

Comments
 (0)