From 48bff745907e6a655ee915132cd81442f6b3d45f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:21:00 +0100 Subject: [3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) (#114353) 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 --- Doc/library/ftplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index 6c44b8d..648956b 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -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 -- cgit v0.12