Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d03f467

Browse files
committed
Addressing the review comment made by Terry Reedy
1 parent 3cf96ac commit d03f467

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/urllib.request.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ The :mod:`urllib.request` module defines the following functions:
6161
:class:`http.client.HTTPResponse` object which has the following
6262
:ref:`httpresponse-objects` methods.
6363

64-
For ftp, file, data urls and requests are explicity handled by legacy
65-
:class:`URLopener` and :class:`FancyURLopener` class, this function returns
66-
an :class:`urllib.response.addinfourl` object which can work as
64+
For ftp, file, and data urls and requests explicity handled by legacy
65+
:class:`URLopener` and :class:`FancyURLopener` classes, this function
66+
returns a :class:`urllib.response.addinfourl` object which can work as
6767
:term:`context manager` and has methods such as
6868

6969
* :meth:`~urllib.response.addinfourl.geturl` --- return the URL of the resource retrieved,

0 commit comments

Comments
 (0)