mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix reference direction.
This commit is contained in:
parent
c630195784
commit
0ddc30b7f9
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue