diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-20 18:32:51 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-20 18:32:51 +0100 |
commit | 758238588715cc2fe02c6d7dfe6f6030025f4d82 (patch) | |
tree | f9b31b8a07a8f70d8bda82f41d8d750b688e0114 | |
parent | ec60e31badeffe06ecddb77f0d02dc9a2d6e391b (diff) | |
parent | d40248777b7221393525c0e0c6864d2f6054f50b (diff) | |
download | cpython-git-758238588715cc2fe02c6d7dfe6f6030025f4d82.tar.gz |
Merge from 3.1
-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 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. |