]> granicus.if.org Git - python/commitdiff
Fix reference direction.
authorGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:46:50 +0000 (21:46 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:46:50 +0000 (21:46 +0000)
Doc/library/ftplib.rst

index 3765d9ebcef23b8a7d27fb8a9a23bbe7d8f1eba6..27cc4444c2f299a8d08f2c2f4edb213e642a63ae 100644 (file)
@@ -110,7 +110,7 @@ The module defines the following items:
    The set of all exceptions (as a tuple) that methods of :class:`FTP`
    instances may raise as a result of problems with the FTP connection (as
    opposed to programming errors made by the caller).  This set includes the
-   four exceptions listed below as well as :exc:`socket.error` and
+   four exceptions listed above as well as :exc:`socket.error` and
    :exc:`IOError`.