]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docstring (GH-23515)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Dec 2020 14:28:47 +0000 (06:28 -0800)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 14:28:47 +0000 (06:28 -0800)
(cherry picked from commit 711381dfb09fbd434cc3b404656f7fd306161a64)

Co-authored-by: Fernando Toledo <42938011+fernandohtr@users.noreply.github.com>
Lib/http/client.py

index c2ad0471bfee50ec85ce239dd8fe7584782716d2..16afc871ea6d7a9dfcabfd6eec03cf69a84f7244 100644 (file)
@@ -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