Skip to content

Commit be50cfd

Browse files
authored
Update Lib/http/client.py
1 parent f9941b0 commit be50cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _strip_ipv6_iface(enc_name: bytes) -> bytes:
182182

183183
class HTTPMessage(email.message.Message):
184184

185-
# The getallmatchingheaders() method was only used in by the CGI handler
185+
# The getallmatchingheaders() method was only used by the CGI handler
186186
# that was removed in Python 3.15. However, since the public API was not
187187
# properly defined, it will be kept for backwards compatibility reasons.
188188

0 commit comments

Comments
 (0)