]> granicus.if.org Git - python/commitdiff
Typos.
authorRaymond Hettinger <python@rcn.com>
Sun, 30 Jan 2011 00:39:00 +0000 (00:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 30 Jan 2011 00:39:00 +0000 (00:39 +0000)
Doc/library/http.client.rst

index 4e4b9348d1eb8563c41a148e679e3b67c7434577..704585b525706515ce375ea8b6d239d5229ad9c1 100644 (file)
@@ -36,7 +36,7 @@ The module provides the following classes:
    used.  If the optional *timeout* parameter is given, blocking
    operations (like connection attempts) will timeout after that many seconds
    (if it is not given, the global default timeout setting is used).
-   The optional *source_address* parameter may be a typle of a (host, port)
+   The optional *source_address* parameter may be a tuple of a (host, port)
    to use as the source address the HTTP connection is made from.
 
    For example, the following calls all create instances that connect to the server
@@ -400,7 +400,7 @@ HTTPConnection Objects
    contents of the file is sent; this file object should support ``fileno()``
    and ``read()`` methods. The header Content-Length is automatically set to
    the length of the file as reported by stat. The *body* argument may also be
-   an iterable and Contet-Length header should be explicitly provided when the
+   an iterable and Content-Length header should be explicitly provided when the
    body is an iterable.
 
    The *headers* argument should be a mapping of extra HTTP