From f9db5968cc50df6ce13045715011961e1d177d87 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 4 Oct 2008 22:15:31 +0000 Subject: fix typo --- Doc/library/ftplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index c5eabb4..090e3d9 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -315,7 +315,7 @@ followed by ``lines`` for the text version or ``binary`` for the binary version. .. method:: FTP.quit() Send a ``QUIT`` command to the server and close the connection. This is the - "polite" way to close a connection, but it may raise an exception of the server + "polite" way to close a connection, but it may raise an exception if the server responds with an error to the ``QUIT`` command. This implies a call to the :meth:`close` method which renders the :class:`FTP` instance useless for subsequent calls (see below). -- cgit v0.12