]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107040)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jul 2023 14:30:28 +0000 (07:30 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 14:30:28 +0000 (14:30 +0000)
Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
Doc/library/ssl.rst

index 7f09552632768564241bc54765561346f93caee9..1f8bbe1e3de3ee88f5139cc7e5264c3ecfc7f817 100644 (file)
@@ -2592,7 +2592,7 @@ disabled by default.
    >>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
 
 
-The SSL context created above will only allow TLSv1.2 and later (if
+The SSL context created above will only allow TLSv1.3 and later (if
 supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
 implies certificate validation and hostname checks by default. You have to
 load certificates into the context.