Silence a Sphinx warning in ftplib.rst.

ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.
This commit is contained in:
Berker Peksag 2015-01-06 18:36:02 +02:00
parent 80154584a6
commit 96556a7b1f
1 changed files with 1 additions and 1 deletions

View 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