Skip to content

Commit 12d4ecd

Browse files
authored
Fix typo on _connection.py
1 parent f643a8e commit 12d4ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h11/_connection.py

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

2323
# If we ever have this much buffered without it making a complete parseable
2424
# event, we error out. The only time we really buffer is when reading the
25-
# request/reponse line + headers together, so this is effectively the limit on
25+
# request/response line + headers together, so this is effectively the limit on
2626
# the size of that.
2727
#
2828
# Some precedents for defaults:

0 commit comments

Comments
 (0)