[Python-checkins] cpython (2.7): Silence a Sphinx warning in ftplib.rst.

berker.peksag python-checkins at python.org
Tue Jan 6 17:33:50 CET 2015


https://hg.python.org/cpython/rev/67224c88144e
changeset:   94056:67224c88144e
branch:      2.7
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Jan 06 18:36:02 2015 +0200
summary:
  Silence a Sphinx warning in ftplib.rst.

ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.

files:
  Doc/library/ftplib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -57,7 +57,7 @@
 
 .. 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list