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

index a0936747db5a08b27f4f51fbbb0e475375b537d3..fe896be2faeb5da4339c78499411f588cdf665cf 100644 (file)
@@ -2688,7 +2688,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.