From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:21:00 +0000 (+0100) Subject: [3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) (#114353) X-Git-Tag: v3.12.2~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48bff745907e6a655ee915132cd81442f6b3d45f;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index 6c44b8d65c32..648956b7b667 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