Commit 96556a7b authored by Berker Peksag's avatar Berker Peksag

Silence a Sphinx warning in ftplib.rst.

ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.
parent 80154584
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment