From: Sandro Tosi Date: Sun, 25 Dec 2011 10:43:37 +0000 (+0100) Subject: fix to sent/send typo X-Git-Tag: v2.7.3rc1~211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4526273d7f5d5745180c70592bfb6acde93f8428;p=thirdparty%2FPython%2Fcpython.git fix to sent/send typo --- diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 58b1bb739475..f26fba6a6c18 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -452,7 +452,7 @@ HTTPConnection Objects Set the host and the port for HTTP Connect Tunnelling. Normally used when it is required to do HTTPS Conection 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:: 2.7