diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:44:55 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:44:55 (GMT) |
commit | 53dd1065aec327198d38fcf3708524c8fa44260e (patch) | |
tree | 60e855d6bd022f0ef87a81d1e13db068c42cea70 /Doc/library/http.client.rst | |
parent | c386c1a59f02b1e5fad6c053e976408f4b5597f3 (diff) | |
parent | 44f568c21fae2f53dfac58bf006e11da07dc8a7a (diff) | |
download | cpython-53dd1065aec327198d38fcf3708524c8fa44260e.zip cpython-53dd1065aec327198d38fcf3708524c8fa44260e.tar.gz cpython-53dd1065aec327198d38fcf3708524c8fa44260e.tar.bz2 |
merge with 3.2
Diffstat (limited to 'Doc/library/http.client.rst')
-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 7fce91f..f0da8ee 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 |