[Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1

eric.araujo python-checkins at python.org
Sun Mar 20 18:33:34 CET 2011


http://hg.python.org/cpython/rev/ceeba01bdd82
changeset:   68763:ceeba01bdd82
branch:      3.2
parent:      68759:adbdb3e74461
parent:      68762:6f2ff3d3c420
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Mar 20 18:31:42 2011 +0100
summary:
  Merge from 3.1

files:
  Doc/library/urllib.request.rst

diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1282,7 +1282,7 @@
   you try to fetch a file whose read permissions make it inaccessible; the FTP
   code will try to read it, fail with a 550 error, and then perform a directory
   listing for the unreadable file. If fine-grained control is needed, consider
-  using the :mod:`ftplib` module, subclassing :class:`FancyURLOpener`, or changing
+  using the :mod:`ftplib` module, subclassing :class:`FancyURLopener`, or changing
   *_urlopener* to meet your needs.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list