summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 7f09552..1f8bbe1 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -2592,7 +2592,7 @@ disabled by default.
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
-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
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
implies certificate validation and hostname checks by default. You have to
load certificates into the context.