Skip to content

Commit a9e5e59

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,7 @@ disabled by default.
26902690
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
26912691

26922692

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

0 commit comments

Comments
 (0)