From 32c43fbfeeb1502d67e8fb24bb42fcd9b1cc750a Mon Sep 17 00:00:00 2001 From: Christopher Snyder Date: Wed, 19 Apr 2017 11:45:16 -0400 Subject: [PATCH] Fix typo in HTTPConnection.set_tunnel description (#1179) --- Doc/library/httplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1