summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-20 18:34:24 +0100
committerÉric Araujo <merwok@netwok.org>2011-03-20 18:34:24 +0100
commit297cd82430bbacb52cabb1e75b3f716125e443eb (patch)
tree40ce1775d05afc76883bb56ce8bc56a542b78874 /Doc
parent8f364b84fd800a3b068864c7852db01b19d1053f (diff)
downloadcpython-297cd82430bbacb52cabb1e75b3f716125e443eb.tar.gz
Fix typo in class name
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
index 080d95d362..9a6febceaa 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.