]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docstring (GH-23515)
authorFernando Toledo <42938011+fernandohtr@users.noreply.github.com>
Mon, 21 Dec 2020 14:06:31 +0000 (11:06 -0300)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 14:06:31 +0000 (16:06 +0200)
Lib/http/client.py

index a54679cf84d18a3f5db07b1c99722663e23ec78c..4eca93ef2685ad5c003d435c892ca39b589b2923 100644 (file)
@@ -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