We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91dfdf commit a9e5e59Copy full SHA for a9e5e59
Doc/library/ssl.rst
@@ -2690,7 +2690,7 @@ disabled by default.
2690
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
2691
2692
2693
-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
2694
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
2695
implies certificate validation and hostname checks by default. You have to
2696
load certificates into the context.
0 commit comments