Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09eb980

Browse files
committed
Fix typo in class name
1 parent 8189ab8 commit 09eb980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ The following example uses no proxies at all, overriding environment settings::
12451245
you try to fetch a file whose read permissions make it inaccessible; the FTP
12461246
code will try to read it, fail with a 550 error, and then perform a directory
12471247
listing for the unreadable file. If fine-grained control is needed, consider
1248-
using the :mod:`ftplib` module, subclassing :class:`FancyURLOpener`, or changing
1248+
using the :mod:`ftplib` module, subclassing :class:`FancyURLopener`, or changing
12491249
*_urlopener* to meet your needs.
12501250

12511251

0 commit comments

Comments
 (0)