]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) (#114353)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jan 2024 20:21:00 +0000 (21:21 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 20:21:00 +0000 (21:21 +0100)
Docs: Add missing line continuation to FTP_TLS class docs (GH-114352)

Regression introduced by b1ad5a5d4.
(cherry picked from commit 8f4f77364750d0ceec47157e8920983e3f41651f)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
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