]> granicus.if.org Git - python/commitdiff
Silence a Sphinx warning in ftplib.rst.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 6 Jan 2015 16:36:02 +0000 (18:36 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 6 Jan 2015 16:36:02 +0000 (18:36 +0200)
ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.

Doc/library/ftplib.rst

index cce2ef1c6d2a813ac5f73d7e57783e9ef0f130a8..2d85de1e9f3f4f28437cf6720fd05df2063ab6c1 100644 (file)
@@ -57,7 +57,7 @@ The module defines the following items:
 
 .. class:: FTP_TLS([host[, user[, passwd[, acct[, keyfile[, certfile[, context[, timeout]]]]]]]])
 
-    A :class:`FTP` subclass which adds TLS support to FTP as described in
+   A :class:`FTP` subclass which adds TLS support to FTP as described in
    :rfc:`4217`.
    Connect as usual to port 21 implicitly securing the FTP control connection
    before authenticating. Securing the data connection requires the user to