Skip to content

Commit

Permalink
Corrected wrap_socket() reference in docs/ref/settings.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 4, 2023
1 parent 4e79027 commit f9cdecf
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 @@ -1511,8 +1511,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 f9cdecf

Please sign in to comment.