Commit 09eb980e authored by Éric Araujo's avatar Éric Araujo

Fix typo in class name

parent 8189ab85
......@@ -1245,7 +1245,7 @@ The following example uses no proxies at all, overriding environment settings::
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment