]> granicus.if.org Git - python/commitdiff
Addressing the review comment made by Terry Reedy
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 8 Feb 2013 05:43:21 +0000 (21:43 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 8 Feb 2013 05:43:21 +0000 (21:43 -0800)
Doc/library/urllib.request.rst

index ff5dd62f7acfb96b56689634331ddbcbd2e9c69e..33244daf6ec2fa1d63ebcb0ed2e56a202adbdbae 100644 (file)
@@ -61,9 +61,9 @@ The :mod:`urllib.request` module defines the following functions:
    :class:`http.client.HTTPResponse` object which has the following
    :ref:`httpresponse-objects` methods.
 
-   For ftp, file, data urls and requests are explicity handled by legacy
-   :class:`URLopener` and :class:`FancyURLopener` class, this function returns
-   an :class:`urllib.response.addinfourl` object which can work as
+   For ftp, file, and data urls and requests explicity handled by legacy
+   :class:`URLopener` and :class:`FancyURLopener` classes, this function
+   returns a :class:`urllib.response.addinfourl` object which can work as
    :term:`context manager` and has methods such as
 
    * :meth:`~urllib.response.addinfourl.geturl` --- return the URL of the resource retrieved,