[Python-checkins] cpython (2.7): Fix typo in class name

eric.araujo python-checkins at python.org
Sun Mar 20 18:35:15 CET 2011


http://hg.python.org/cpython/rev/69ecc87571ac
changeset:   68765:69ecc87571ac
branch:      2.7
parent:      68761:5c1a91809821
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Mar 20 18:34:24 2011 +0100
summary:
  Fix typo in class name

files:
  Doc/library/urllib.rst

diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
--- a/Doc/library/urllib.rst
+++ b/Doc/library/urllib.rst
@@ -451,7 +451,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.
 
 * This module does not support the use of proxies which require authentication.

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


More information about the Python-checkins mailing list