mirror of https://github.com/python/cpython
#10455: fix typo
This commit is contained in:
parent
5d4dd3eeb2
commit
b970142707
|
@ -1280,7 +1280,7 @@ The following example uses no proxies at all, overriding environment settings::
|
||||||
|
|
||||||
The :mod:`urllib.response` module defines functions and classes which define a
|
The :mod:`urllib.response` module defines functions and classes which define a
|
||||||
minimal file like interface, including ``read()`` and ``readline()``. The
|
minimal file like interface, including ``read()`` and ``readline()``. The
|
||||||
typical response object is an addinfourl instance, which defines and ``info()``
|
typical response object is an addinfourl instance, which defines an ``info()``
|
||||||
method and that returns headers and a ``geturl()`` method that returns the url.
|
method and that returns headers and a ``geturl()`` method that returns the url.
|
||||||
Functions defined by this module are used internally by the
|
Functions defined by this module are used internally by the
|
||||||
:mod:`urllib.request` module.
|
:mod:`urllib.request` module.
|
||||||
|
|
Loading…
Reference in New Issue