[Python-checkins] cpython (3.2): Addressing the review comment made by Terry Reedy

senthil.kumaran python-checkins at python.org
Fri Feb 8 06:43:51 CET 2013


http://hg.python.org/cpython/rev/28229bdb1571
changeset:   82060:28229bdb1571
branch:      3.2
parent:      82055:55a89352e220
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Thu Feb 07 21:43:21 2013 -0800
summary:
  Addressing the review comment made by Terry Reedy

files:
  Doc/library/urllib.request.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -61,9 +61,9 @@
    :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,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list