mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in class name
This commit is contained in:
parent
ec5b5cb489
commit
c75f26511b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue