From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:28:47 +0000 (-0800) Subject: Fix typo in docstring (GH-23515) X-Git-Tag: v3.8.7~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3537716a582a3fd98bc2cd20dc6ec287a4730e8;p=thirdparty%2FPython%2Fcpython.git Fix typo in docstring (GH-23515) (cherry picked from commit 711381dfb09fbd434cc3b404656f7fd306161a64) Co-authored-by: Fernando Toledo <42938011+fernandohtr@users.noreply.github.com> --- diff --git a/Lib/http/client.py b/Lib/http/client.py index c2ad0471bfee..16afc871ea6d 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -846,7 +846,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