8000 Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634) · python/cpython@4163896 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4163896

Browse files
authored
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
1 parent 654032a commit 4163896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/ssl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Constants
714714
Selects SSL version 2 as the channel encryption protocol.
715715

716716
This protocol is not available if OpenSSL is compiled with the
717-
``OPENSSL_NO_SSL2`` flag.
717+
``no-ssl2`` option.
718718

719719
.. warning::
720720

@@ -728,8 +728,8 @@ Constants
728728

729729
Selects SSL version 3 as the channel encryption protocol.
730730

731-
This protocol is not be available if OpenSSL is compiled with the
732-
``OPENSSL_NO_SSLv3`` flag.
731+
This protocol is not available if OpenSSL is compiled with the
732+
``no-ssl3`` option.
733733

734734
.. warning::
735735

0 commit comments

Comments
 (0)
0