[Python-checkins] r81065 - python/trunk/Doc/library/ftplib.rst

georg.brandl python-checkins at python.org
Mon May 10 23:46:50 CEST 2010


Author: georg.brandl
Date: Mon May 10 23:46:50 2010
New Revision: 81065

Log:
Fix reference direction.

Modified:
   python/trunk/Doc/library/ftplib.rst

Modified: python/trunk/Doc/library/ftplib.rst
==============================================================================
--- python/trunk/Doc/library/ftplib.rst	(original)
+++ python/trunk/Doc/library/ftplib.rst	Mon May 10 23:46:50 2010
@@ -110,7 +110,7 @@
    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`.
 
 


More information about the Python-checkins mailing list