Skip to content

Commit

Permalink
[4.1.x] Corrected wrap_socket() reference in docs/ref/settings.txt.
Browse files Browse the repository at this point in the history
Backport of f9cdecf from main
  • Loading branch information
felixxm committed Oct 25, 2023
1 parent e4aabf3 commit 8581d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1573,8 +1573,8 @@ SSL connection.
Note that setting :setting:`EMAIL_SSL_CERTFILE` and :setting:`EMAIL_SSL_KEYFILE`
doesn't result in any certificate checking. They're passed to the underlying SSL
connection. Please refer to the documentation of Python's
:func:`python:ssl.wrap_socket` function for details on how the certificate chain
file and private key file are handled.
:meth:`python:ssl.SSLContext.wrap_socket` function for details on how the
certificate chain file and private key file are handled.

.. setting:: EMAIL_TIMEOUT

Expand Down

0 comments on commit 8581d91

Please sign in to comment.