diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-20 17:31:42 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-20 17:31:42 (GMT) |
commit | d40248777b7221393525c0e0c6864d2f6054f50b (patch) | |
tree | a12097318a174614ab491dee571b8cd221cf6af6 /Doc/library/urllib.request.rst | |
parent | 7903cb727ed841918c5b3bfeda28b0d6e54180b4 (diff) | |
parent | 09eb980e3ee0d682662ec130ed991daccb7aab97 (diff) | |
download | cpython-d40248777b7221393525c0e0c6864d2f6054f50b.zip cpython-d40248777b7221393525c0e0c6864d2f6054f50b.tar.gz cpython-d40248777b7221393525c0e0c6864d2f6054f50b.tar.bz2 |
Merge from 3.1
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 2b98c83..044339b 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. |