mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix typo in docstring (GH-23515)
This commit is contained in:
parent
f2dbfd7e20
commit
711381dfb0
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ class HTTPConnection:
|
|||
the endpoint passed to `set_tunnel`. This done by sending an HTTP
|
||||
CONNECT request to the proxy server when the connection is established.
|
||||
|
||||
This method must be called before the HTML connection has been
|
||||
This method must be called before the HTTP connection has been
|
||||
established.
|
||||
|
||||
The headers argument should be a mapping of extra HTTP headers to send
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue