]> granicus.if.org Git - python/commitdiff
Merged revisions 86528 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Nov 2010 19:49:19 +0000 (19:49 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Nov 2010 19:49:19 +0000 (19:49 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86528 | ezio.melotti | 2010-11-18 21:48:27 +0200 (Thu, 18 Nov 2010) | 1 line

  #10455: fix typo
........

Doc/library/urllib.request.rst

index 127843416f7f6013103beca031292a3beca3c7f7..ccd946b909790364f305bcb39422ff1795fcde17 100644 (file)
@@ -1257,7 +1257,7 @@ The following example uses no proxies at all, overriding environment settings::
 
 The :mod:`urllib.response` module defines functions and classes which define a
 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.
 Functions defined by this module are used internally by the
 :mod:`urllib.request` module.