From 96556a7b1fd872b5a3d196a9ebf2f2bf148788c2 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 6 Jan 2015 18:36:02 +0200 Subject: [PATCH] Silence a Sphinx warning in ftplib.rst. ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect ed unindent. --- 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 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 -- 2.50.1