diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2015-06-14 17:35:37 -0700 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2015-06-14 17:35:37 -0700 |
commit | f75e8d9dc3b00cc08faabbf0a7637c4403785d11 (patch) | |
tree | 5d301d99a2d75cc040642627e3036e4a2c754246 /Doc/library/urllib.request.rst | |
parent | f1fe4431b35d946d0da8a2a08fda1ef85c1f9916 (diff) | |
download | cpython-f75e8d9dc3b00cc08faabbf0a7637c4403785d11.tar.gz |
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 03ce7523da..75b95d9b4a 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -68,7 +68,7 @@ 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, and data urls and requests explicity handled by legacy + For ftp, file, and data urls and requests explicitly 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 |