Skip to content

Commit e5252c6

Browse files
authored
gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
1 parent ae8b114 commit e5252c6

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)