Kaydet (Commit) b9701427 authored tarafından Ezio Melotti's avatar Ezio Melotti

#10455: fix typo

üst 5d4dd3ee
...@@ -1280,7 +1280,7 @@ The following example uses no proxies at all, overriding environment settings:: ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment