]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Add missing line continuation to FTP_TLS class docs (#114352)
authorErlend E. Aasland <erlend@python.org>
Sat, 20 Jan 2024 19:39:44 +0000 (20:39 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 19:39:44 +0000 (19:39 +0000)
Regression introduced by b1ad5a5d4.

Doc/library/ftplib.rst

index 6c44b8d65c3293a0cf4ff84b4f5f3bb59a06a542..648956b7b66772bb08c7d594544e420cf26d37a7 100644 (file)
@@ -348,7 +348,7 @@ FTP objects
 FTP_TLS objects
 ^^^^^^^^^^^^^^^
 
-.. class:: FTP_TLS(host='', user='', passwd='', acct='', *, context=None,
+.. class:: FTP_TLS(host='', user='', passwd='', acct='', *, context=None, \
                    timeout=None, source_address=None, encoding='utf-8')
 
    A :class:`FTP` subclass which adds TLS support to FTP as described in