From 44f568c21fae2f53dfac58bf006e11da07dc8a7a Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 25 Dec 2011 11:44:38 +0100 Subject: fix to sent/send typo --- Doc/library/http.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12