Skip to content

Commit 755166e

Browse files
[3.11] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107038)
Co-authored-by: Jocelyn Castellano <[email protected]>
1 parent c65ca70 commit 755166e

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
@@ -2688,7 +2688,7 @@ disabled by default.
26882688
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
26892689

26902690

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

0 commit comments

Comments
 (0)