We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65ca70 commit 755166eCopy full SHA for 755166e
Doc/library/ssl.rst
@@ -2688,7 +2688,7 @@ disabled by default.
2688
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
2689
2690
2691
-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
2692
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
2693
implies certificate validation and hostname checks by default. You have to
2694
load certificates into the context.
0 commit comments