We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aabf3 commit 8581d91Copy full SHA for 8581d91
1 file changed
docs/ref/settings.txt
@@ -1573,8 +1573,8 @@ SSL connection.
1573
Note that setting :setting:`EMAIL_SSL_CERTFILE` and :setting:`EMAIL_SSL_KEYFILE`
1574
doesn't result in any certificate checking. They're passed to the underlying SSL
1575
connection. Please refer to the documentation of Python's
1576
-:func:`python:ssl.wrap_socket` function for details on how the certificate chain
1577
-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.
1578
1579
.. setting:: EMAIL_TIMEOUT
1580
0 commit comments