diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-04 19:53:15 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-04 19:54:32 +0200 |
| commit | a9a3317a95fe25ac1f85dc5f6a9e525f02014c99 (patch) | |
| tree | 333fba96781f3131fb995154b536ee0892d41e4f /docs/ref | |
| parent | 9962f94a97cc85c79b63f072b0c20735dd56e0f3 (diff) | |
[4.2.x] Corrected wrap_socket() reference in docs/ref/settings.txt.
Backport of f9cdecfb0de40698eb2ce44c04068bb091fa8998 from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index db63c8ba94..960b0687b8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1568,8 +1568,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 |
