#10455: fix typo
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Nov 2010 19:48:27 +0000 (19:48 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Nov 2010 19:48:27 +0000 (19:48 +0000)
Doc/library/urllib.request.rst

index 9df737d40c8195c23102902a056cda441c13599a..c7c0815b77fc7129d9be7c4bb14ec56bd6b79ab6 100644 (file)
@@ -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
 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.