Skip to content

Commit 48bff74

Browse files
[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 b1ad5a5. (cherry picked from commit 8f4f773) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent a4eb072 commit 48bff74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ftplib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ FTP objects
348348
FTP_TLS objects
349349
^^^^^^^^^^^^^^^
350350

351-
.. class:: FTP_TLS(host='', user='', passwd='', acct='', *, context=None,
351+
.. class:: FTP_TLS(host='', user='', passwd='', acct='', *, context=None, \
352352
timeout=None, source_address=None, encoding='utf-8')
353353

354354
A :class:`FTP` subclass which adds TLS support to FTP as described in

0 commit comments

Comments
 (0)