[Python-checkins] cpython (2.7): fix to sent/send typo

sandro.tosi python-checkins at python.org
Sun Dec 25 11:54:10 CET 2011


http://hg.python.org/cpython/rev/46896e66de07
changeset:   74167:46896e66de07
branch:      2.7
parent:      74164:eea6b76eb2fc
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 11:43:37 2011 +0100
summary:
  fix to sent/send typo

files:
  Doc/library/httplib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -452,7 +452,7 @@
    Set the host and the port for HTTP Connect Tunnelling. Normally used when
    it is required to do HTTPS Conection 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:: 2.7

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list