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

index 36c852974da91016a953592ab82410fd2f08ba00..2eefefc32eb0d79f7aa76ca7b313656386e62435 100644 (file)
@@ -2690,7 +2690,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.