fix to sent/send typo
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:44:38 +0000 (11:44 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:44:38 +0000 (11:44 +0100)
Doc/library/http.client.rst

index c1ce15bddc3622eac403e3d8b5774c0110018058..52fbe573c0c1f2fd0695b610f15d3510b802738e 100644 (file)
@@ -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 sent
+   The headers argument should be a mapping of extra HTTP headers to send
    with the CONNECT request.
 
    .. versionadded:: 3.2