mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix to sent/send typo
This commit is contained in:
parent
1526ad166e
commit
44f568c21f
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ HTTPConnection Objects
|
|||
Set the host and the port for HTTP Connect Tunnelling. Normally used when it
|
||||
is required to a HTTPS Connection through a proxy server.
|
||||
|
||||
The headers argument should be a mapping of extra HTTP headers to sent
|
||||
The headers argument should be a mapping of extra HTTP headers to send
|
||||
with the CONNECT request.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue