Fix reference direction.

This commit is contained in:
Georg Brandl 2010-05-10 21:46:50 +00:00
parent c630195784
commit 0ddc30b7f9

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` 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 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 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`. :exc:`IOError`.