Skip to content

Commit 711381d

Browse files
authored
Fix typo in docstring (pythonGH-23515)
1 parent f2dbfd7 commit 711381d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def set_tunnel(self, host, port=None, headers=None):
861861
the endpoint passed to `set_tunnel`. This done by sending an HTTP
862862
CONNECT request to the proxy server when the connection is established.
863863
864-
This method must be called before the HTML connection has been
864+
This method must be called before the HTTP connection has been
865865
established.
866866
867867
The headers argument should be a mapping of extra HTTP headers to send

0 commit comments

Comments
 (0)