]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Oct 2008 22:15:31 +0000 (22:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Oct 2008 22:15:31 +0000 (22:15 +0000)
Doc/library/ftplib.rst

index c5eabb490a15feb0123f8f35ea40073f76cf6876..090e3d92e2703f8a3dc49b8ca9a8a10156080b54 100644 (file)
@@ -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).