Skip to content

Commit 3e0f334

Browse files
graingertjanbrasna
andauthored
Update Doc/library/ssl.rst
Co-authored-by: Jan Brasna <[email protected]>
1 parent 63dac5a commit 3e0f334

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
@@ -2747,7 +2747,7 @@ disabled by default.
27472747
::
27482748

27492749
>>> client_context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
2750-
>>> client_context.minimum_version = ssl.TLSVersion.TLSv1_2
2750+
>>> client_context.minimum_version = ssl.TLSVersion.TLSv1_3
27512751
>>> client_context.maximum_version = ssl.TLSVersion.MAXIMUM_SUPPORTED
27522752

27532753

0 commit comments

Comments
 (0)