From: Georg Brandl Date: Mon, 10 May 2010 21:46:50 +0000 (+0000) Subject: Fix reference direction. X-Git-Tag: v2.7rc1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ddc30b7f99c87611612d812f64d1fa8086c5f98;p=python Fix reference direction. --- diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index 3765d9ebce..27cc4444c2 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -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`.