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

Skip to content

Commit 5eda539

Browse files
committed
Addressing the review comment made by Terry Reedy
2 parents cfd2c1b + cf6e21c commit 5eda539

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
@@ -67,9 +67,9 @@ The :mod:`urllib.request` module defines the following functions:
6767
:class:`http.client.HTTPResponse` object which has the following
6868
:ref:`httpresponse-objects` methods.
6969

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

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

0 commit comments

Comments
 (0)