]> granicus.if.org Git - python/commitdiff
#3427: document correct return type for urlopen().info().
authorGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 22:18:19 +0000 (22:18 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 22:18:19 +0000 (22:18 +0000)
Doc/library/urllib.rst

index 1d02b1cdd01ef0b35ae15b943bce71bddb77a418..905c3245e09434b6c80381aa9268de6edd0f7dbd 100644 (file)
@@ -49,7 +49,7 @@ High-level interface
    .. index:: module: mimetools
 
    The :meth:`info` method returns an instance of the class
-   :class:`mimetools.Message` containing meta-information associated with the
+   :class:`httplib.HTTPMessage` containing meta-information associated with the
    URL.  When the method is HTTP, these headers are those returned by the server
    at the head of the retrieved HTML page (including Content-Length and
    Content-Type).  When the method is FTP, a Content-Length header will be