summaryrefslogtreecommitdiff
path: root/Doc/library/httplib.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-25 11:43:37 +0100
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-25 11:43:37 +0100
commit4526273d7f5d5745180c70592bfb6acde93f8428 (patch)
tree869c69f2f19a55cadd6d7271617b83a8242fbfe1 /Doc/library/httplib.rst
parentdbcbd101e7d8d9c675ad1005494ce497a278d648 (diff)
downloadcpython-git-4526273d7f5d5745180c70592bfb6acde93f8428.tar.gz
fix to sent/send typo
Diffstat (limited to 'Doc/library/httplib.rst')
-rw-r--r--Doc/library/httplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 58b1bb7394..f26fba6a6c 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -452,7 +452,7 @@ HTTPConnection Objects
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