From 711381dfb09fbd434cc3b404656f7fd306161a64 Mon Sep 17 00:00:00 2001 From: Fernando Toledo <42938011+fernandohtr@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:06:31 -0300 Subject: [PATCH] Fix typo in docstring (GH-23515) --- Lib/http/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/http/client.py b/Lib/http/client.py index a54679cf84d..4eca93ef268 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -861,7 +861,7 @@ class HTTPConnection: the endpoint passed to `set_tunnel`. This done by sending an HTTP CONNECT request to the proxy server when the connection is established. - This method must be called before the HTML connection has been + This method must be called before the HTTP connection has been established. The headers argument should be a mapping of extra HTTP headers to send