diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-04 19:53:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 19:53:15 +0200 |
| commit | f9cdecfb0de40698eb2ce44c04068bb091fa8998 (patch) | |
| tree | eb09112d29456fe5a30fbfe9952b06cda46c5aab /docs | |
| parent | 4e790271e3e65c9ad037b347a34fa95e11982228 (diff) | |
Corrected wrap_socket() reference in docs/ref/settings.txt.
Diffstat (limited to 'docs')
| -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 f9dac0f95a..cbe4107449 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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 |
