[Python-checkins] cpython (3.2): fix to sent/send typo
sandro.tosi
python-checkins at python.org
Sun Dec 25 11:54:11 CET 2011
http://hg.python.org/cpython/rev/cadf43c67f00
changeset: 74168:cadf43c67f00
branch: 3.2
parent: 74165:e50af83296fd
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Sun Dec 25 11:44:38 2011 +0100
summary:
fix to sent/send typo
files:
Doc/library/http.client.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -435,7 +435,7 @@
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 sent
+ The headers argument should be a mapping of extra HTTP headers to send
with the CONNECT request.
.. versionadded:: 3.2
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list