Docs: Add missing line continuation to FTP_TLS class docs (#114352)

Regression introduced by b1ad5a5d4.
This commit is contained in:
Erlend E. Aasland 2024-01-20 20:39:44 +01:00 committed by GitHub
parent 0554a9594e
commit 8f4f773647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ FTP objects
FTP_TLS 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') timeout=None, source_address=None, encoding='utf-8')
A :class:`FTP` subclass which adds TLS support to FTP as described in A :class:`FTP` subclass which adds TLS support to FTP as described in