]> granicus.if.org Git - python/commitdiff
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 29 Jun 2010 13:28:20 +0000 (13:28 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 29 Jun 2010 13:28:20 +0000 (13:28 +0000)
Doc/library/urllib.rst

index a11677b486b9135567a5f0f679b9e4ecb2fad84d..5621f5122665e5683fdaad3b4414f363c182ca3e 100644 (file)
@@ -49,7 +49,7 @@ High-level interface
    .. index:: module: mimetools
 
    The :meth:`info` method returns an instance of the class
-   :class:`httplib.HTTPMessage` containing meta-information associated with the
+   :class:`mimetools.Message` 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