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

Skip to content

Commit b970142

Browse files
committed
#10455: fix typo
1 parent 5d4dd3e commit b970142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ The following example uses no proxies at all, overriding environment settings::
12801280

12811281
The :mod:`urllib.response` module defines functions and classes which define a
12821282
minimal file like interface, including ``read()`` and ``readline()``. The
1283-
typical response object is an addinfourl instance, which defines and ``info()``
1283+
typical response object is an addinfourl instance, which defines an ``info()``
12841284
method and that returns headers and a ``geturl()`` method that returns the url.
12851285
Functions defined by this module are used internally by the
12861286
:mod:`urllib.request` module.

0 commit comments

Comments
 (0)