Skip to content

Commit 9277514

Browse files
erlend-aaslandaisk
authored andcommitted
Docs: Add missing line continuation to FTP_TLS class docs (python#114352)
Regression introduced by b1ad5a5.
1 parent f4dbfb7 commit 9277514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ftplib.rst

Lines changed: 1 addition & 1 deletion
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)