summaryrefslogtreecommitdiff
path: root/Doc/library/ftplib.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-12 17:53:43 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-12 17:53:43 +0200
commit72b7492fa45354c7a499e73eaaf881c22f69a14f (patch)
tree5de35cd731b9387556d23db223ab765eba579a53 /Doc/library/ftplib.rst
parent736152ba46b2b54108c702d5058d210ddf7a6e97 (diff)
downloadcpython-72b7492fa45354c7a499e73eaaf881c22f69a14f.tar.gz
Replace mentions of socket.error.
Diffstat (limited to 'Doc/library/ftplib.rst')
-rw-r--r--Doc/library/ftplib.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst
index 087e200424..d13f2f0754 100644
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -144,8 +144,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 above as well as :exc:`socket.error` and
- :exc:`IOError`.
+ four exceptions listed above as well as :exc:`OSError`.
.. seealso::