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