Fix typo in docstring (GH-23515)

(cherry picked from commit 711381dfb0)

Co-authored-by: Fernando Toledo <42938011+fernandohtr@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2020-12-21 06:28:47 -08:00 committed by GitHub
parent 81f706d2db
commit a3537716a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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