[Python-checkins] r66803 - python/trunk/Doc/library/ftplib.rst

benjamin.peterson python-checkins at python.org
Sun Oct 5 00:15:32 CEST 2008


Author: benjamin.peterson
Date: Sun Oct  5 00:15:31 2008
New Revision: 66803

Log:
fix typo

Modified:
   python/trunk/Doc/library/ftplib.rst

Modified: python/trunk/Doc/library/ftplib.rst
==============================================================================
--- python/trunk/Doc/library/ftplib.rst	(original)
+++ python/trunk/Doc/library/ftplib.rst	Sun Oct  5 00:15:31 2008
@@ -315,7 +315,7 @@
 .. 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).


More information about the Python-checkins mailing list