[Python-checkins] Fix typo in docstring (GH-23515)

miss-islington webhook-mailer at python.org
Mon Dec 21 09:30:06 EST 2020


https://github.com/python/cpython/commit/b4b323ce1afa13f3d60ddb63261743dd94986b81
commit: b4b323ce1afa13f3d60ddb63261743dd94986b81
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2020-12-21T06:29:57-08:00
summary:

Fix typo in docstring (GH-23515)

(cherry picked from commit 711381dfb09fbd434cc3b404656f7fd306161a64)

Co-authored-by: Fernando Toledo <42938011+fernandohtr at users.noreply.github.com>

files:
M Lib/http/client.py

diff --git a/Lib/http/client.py b/Lib/http/client.py
index c2ad0471bfee5..16afc871ea6d7 100644
--- a/Lib/http/client.py
+++ b/Lib/http/client.py
@@ -846,7 +846,7 @@ def set_tunnel(self, host, port=None, headers=None):
         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



More information about the Python-checkins mailing list