Skip to content

Commit

Permalink
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (python#…
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored May 19, 2022
1 parent 654032a commit 4163896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Constants
Selects SSL version 2 as the channel encryption protocol.

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

.. warning::

Expand All @@ -728,8 +728,8 @@ Constants

Selects SSL version 3 as the channel encryption protocol.

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

.. warning::

Expand Down

0 comments on commit 4163896

Please sign in to comment.