From: Christopher Snyder Date: Wed, 19 Apr 2017 15:45:16 +0000 (-0400) Subject: Fix typo in HTTPConnection.set_tunnel description (#1179) X-Git-Tag: v2.7.14rc1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32c43fbfeeb1502d67e8fb24bb42fcd9b1cc750a;p=python Fix typo in HTTPConnection.set_tunnel description (#1179) --- diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 0a9a6dc902..8bc8947c77 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -473,7 +473,7 @@ HTTPConnection Objects .. method:: HTTPConnection.set_tunnel(host,port=None, headers=None) Set the host and the port for HTTP Connect Tunnelling. Normally used when - it is required to do HTTPS Conection through a proxy server. + it is required to do HTTPS Connection through a proxy server. The headers argument should be a mapping of extra HTTP headers to send with the CONNECT request.