projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1526ad1
)
fix to sent/send typo
author
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:44:38 +0000
(11:44 +0100)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:44:38 +0000
(11:44 +0100)
Doc/library/http.client.rst
patch
|
blob
|
history
diff --git
a/Doc/library/http.client.rst
b/Doc/library/http.client.rst
index c1ce15bddc3622eac403e3d8b5774c0110018058..52fbe573c0c1f2fd0695b610f15d3510b802738e 100644
(file)
--- a/
Doc/library/http.client.rst
+++ b/
Doc/library/http.client.rst
@@
-435,7
+435,7
@@
HTTPConnection Objects
Set the host and the port for HTTP Connect Tunnelling. Normally used when it
is required to a HTTPS Connection through a proxy server.
- The headers argument should be a mapping of extra HTTP headers to sen
t
+ The headers argument should be a mapping of extra HTTP headers to sen
d
with the CONNECT request.
.. versionadded:: 3.2