From: Berker Peksag Date: Tue, 6 Jan 2015 16:36:02 +0000 (+0200) Subject: Silence a Sphinx warning in ftplib.rst. X-Git-Tag: v2.7.10rc1~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96556a7b1fd872b5a3d196a9ebf2f2bf148788c2;p=python Silence a Sphinx warning in ftplib.rst. ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect ed unindent. --- diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index cce2ef1c6d..2d85de1e9f 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -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