From: Éric Araujo Date: Sun, 20 Mar 2011 17:34:24 +0000 (+0100) Subject: Fix typo in class name X-Git-Tag: v2.7.2rc1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c75f26511bab6e6f1cc8a23cfed1219d45b22060;p=thirdparty%2FPython%2Fcpython.git Fix typo in class name --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 080d95d362de..9a6febceaab0 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -451,7 +451,7 @@ URL Opener objects 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.