Skip to content

Commit 32c43fb

Browse files
cnsnyderMariatta
authored andcommitted
Fix typo in HTTPConnection.set_tunnel description (#1179)
1 parent 89f9eb5 commit 32c43fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/httplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ HTTPConnection Objects
473473
.. method:: HTTPConnection.set_tunnel(host,port=None, headers=None)
474474

475475
Set the host and the port for HTTP Connect Tunnelling. Normally used when
476-
it is required to do HTTPS Conection through a proxy server.
476+
it is required to do HTTPS Connection through a proxy server.
477477

478478
The headers argument should be a mapping of extra HTTP headers to send
479479
with the CONNECT request.

0 commit comments

Comments
 (0)