From: Sandro Tosi Date: Sun, 25 Dec 2011 10:44:38 +0000 (+0100) Subject: fix to sent/send typo X-Git-Tag: v3.2.3rc1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f568c21fae2f53dfac58bf006e11da07dc8a7a;p=python fix to sent/send typo --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index c1ce15bddc..52fbe573c0 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