summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-20 18:31:42 +0100
committerÉric Araujo <merwok@netwok.org>2011-03-20 18:31:42 +0100
commitd40248777b7221393525c0e0c6864d2f6054f50b (patch)
treea12097318a174614ab491dee571b8cd221cf6af6 /Doc
parent7903cb727ed841918c5b3bfeda28b0d6e54180b4 (diff)
parent09eb980e3ee0d682662ec130ed991daccb7aab97 (diff)
downloadcpython-git-d40248777b7221393525c0e0c6864d2f6054f50b.tar.gz
Merge from 3.1
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 2b98c83464..044339be31 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1282,7 +1282,7 @@ some point in the future.
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.