Fix reference direction.

This commit is contained in:
Georg Brandl 2010-05-10 21:46:50 +00:00
parent c630195784
commit 0ddc30b7f9
1 changed files with 1 additions and 1 deletions

View 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`.