]> granicus.if.org Git - python/commitdiff
Fix typo in HTTPConnection.set_tunnel description (#1179)
authorChristopher Snyder <cnsnyder@users.noreply.github.com>
Wed, 19 Apr 2017 15:45:16 +0000 (11:45 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 19 Apr 2017 15:45:16 +0000 (08:45 -0700)
Doc/library/httplib.rst

index 0a9a6dc902290e748c5e2f8101bab0ad4d21a33a..8bc8947c77186f8e8386ea2be598368742490652 100644 (file)
@@ -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.