diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2024-07-22 01:14:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 01:14:25 (GMT) |
commit | bc264eac3ad14dab748e33b3d714c2674872791f (patch) | |
tree | b237ad9d470b8f8e8b8265231758f1c59f07cd1e /Doc/library/ssl.rst | |
parent | 728432c8043edc07bb8a24b180a70778fcd35878 (diff) | |
download | cpython-bc264eac3ad14dab748e33b3d714c2674872791f.zip cpython-bc264eac3ad14dab748e33b3d714c2674872791f.tar.gz cpython-bc264eac3ad14dab748e33b3d714c2674872791f.tar.bz2 |
Docs: spelling and grammar fixes (#122084)
Corrected some grammar and spelling issues in documentation.
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index dc72f67..7d4c1f0 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1742,7 +1742,7 @@ to speed up repeated connections from the same clients. IDN-encoded internationalized domain name, the *server_name_callback* receives a decoded U-label (``"pythön.org"``). - If there is an decoding error on the server name, the TLS connection will + If there is a decoding error on the server name, the TLS connection will terminate with an :const:`ALERT_DESCRIPTION_INTERNAL_ERROR` fatal TLS alert message to the client. |