File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments