]> granicus.if.org Git - python/commitdiff
Fix typo in class name
authorÉric Araujo <merwok@netwok.org>
Sun, 20 Mar 2011 17:30:37 +0000 (18:30 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 20 Mar 2011 17:30:37 +0000 (18:30 +0100)
Doc/library/urllib.request.rst

index b617df4ff64dcdeae09f98992b522b805ca728f7..fe61030f3511b7fdc57c90efc8a6d2bd08fb05dd 100644 (file)
@@ -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.