Skip to content

Commit b4b323c

Browse files
Fix typo in docstring (GH-23515)
(cherry picked from commit 711381d) Co-authored-by: Fernando Toledo <[email protected]>
1 parent 409ce4a commit b4b323c

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
@@ -846,7 +846,7 @@ def set_tunnel(self, host, port=None, headers=None):
846846
the endpoint passed to `set_tunnel`. This done by sending an HTTP
847847
CONNECT request to the proxy server when the connection is established.
848848
849-
This method must be called before the HTML connection has been
849+
This method must be called before the HTTP connection has been
850850
established.
851851
852852
The headers argument should be a mapping of extra HTTP headers to send

0 commit comments

Comments
 (0)