[Python-checkins] r86528 - python/branches/py3k/Doc/library/urllib.request.rst
ezio.melotti
python-checkins at python.org
Thu Nov 18 20:48:33 CET 2010
Author: ezio.melotti
Date: Thu Nov 18 20:48:27 2010
New Revision: 86528
Log:
#10455: fix typo
Modified:
python/branches/py3k/Doc/library/urllib.request.rst
Modified: python/branches/py3k/Doc/library/urllib.request.rst
==============================================================================
--- python/branches/py3k/Doc/library/urllib.request.rst (original)
+++ python/branches/py3k/Doc/library/urllib.request.rst Thu Nov 18 20:48:27 2010
@@ -1280,7 +1280,7 @@
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.
More information about the Python-checkins
mailing list