Skip to content

Commit c8a0296

Browse files
[3.12] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107040)
Co-authored-by: Jocelyn Castellano <[email protected]>
1 parent beb5e4f commit c8a0296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ disabled by default.
25922592
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
25932593

25942594

2595-
The SSL context created above will only allow TLSv1.2 and later (if
2595+
The SSL context created above will only allow TLSv1.3 and later (if
25962596
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
25972597
implies certificate validation and hostname checks by default. You have to
25982598
load certificates into the context.

0 commit comments

Comments
 (0)