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 f9941b0 commit be50cfdCopy full SHA for be50cfd
Lib/http/client.py
@@ -182,7 +182,7 @@ def _strip_ipv6_iface(enc_name: bytes) -> bytes:
182
183
class HTTPMessage(email.message.Message):
184
185
- # The getallmatchingheaders() method was only used in by the CGI handler
+ # The getallmatchingheaders() method was only used by the CGI handler
186
# that was removed in Python 3.15. However, since the public API was not
187
# properly defined, it will be kept for backwards compatibility reasons.
188
0 commit comments