diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:44:38 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:44:38 (GMT) |
commit | 44f568c21fae2f53dfac58bf006e11da07dc8a7a (patch) | |
tree | eb565670698f91b3886462a1c69ea6d95dee1f1f /Doc/library | |
parent | 1526ad166eee546d25ebd3cc32d8462ac40d3ae0 (diff) | |
download | cpython-44f568c21fae2f53dfac58bf006e11da07dc8a7a.zip cpython-44f568c21fae2f53dfac58bf006e11da07dc8a7a.tar.gz cpython-44f568c21fae2f53dfac58bf006e11da07dc8a7a.tar.bz2 |
fix to sent/send typo
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/http.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index c1ce15b..52fbe57 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -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 |