summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-02-08 05:45:08 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-02-08 05:45:08 (GMT)
commit5eda539591835d653541b080493c0920029aa51f (patch)
treecf487b9aa266ca00db7d92a342412778a7bed996 /Doc/library/urllib.request.rst
parentcfd2c1b4ccb4355a914c7e4084141d522ada8666 (diff)
parentcf6e21ccef5769d6a73a1ebec1ab8e5146ad3def (diff)
downloadcpython-5eda539591835d653541b080493c0920029aa51f.zip
cpython-5eda539591835d653541b080493c0920029aa51f.tar.gz
cpython-5eda539591835d653541b080493c0920029aa51f.tar.bz2
Addressing the review comment made by Terry Reedy
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 7b72aa3..d30d717 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -67,9 +67,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,