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

Skip to content

Commit 92165e6

Browse files
committed
Merged revisions 86528 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r86528 | ezio.melotti | 2010-11-18 21:48:27 +0200 (Thu, 18 Nov 2010) | 1 line #10455: fix typo ........
1 parent 689aa6d commit 92165e6

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
@@ -1257,7 +1257,7 @@ The following example uses no proxies at all, overriding environment settings::
12571257

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

0 commit comments

Comments
 (0)