Skip to content

Commit

Permalink
Docs: Add missing line continuation to FTP_TLS class docs (python#114352
Browse files Browse the repository at this point in the history
)

Regression introduced by b1ad5a5.
  • Loading branch information
erlend-aasland authored Jan 20, 2024
1 parent 0554a95 commit 8f4f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ftplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f4f773

Please sign in to comment.