Fixes issue bpo-40127 - SSL library documentation

This commit is contained in:
Christophe Nanteuil 2020-03-31 18:44:34 +02:00
parent cd16661f90
commit de1ad532af
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ purposes.
*cafile*, *capath*, *cadata* represent optional CA certificates to *cafile*, *capath*, *cadata* represent optional CA certificates to
trust for certificate verification, as in trust for certificate verification, as in
:meth:`SSLContext.load_verify_locations`. If all three are :meth:`SSLContext.load_verify_locations`. If all three are
:const:`None`, this function can choose to trust the system's default :const:`None`, this function trusts the system's default
CA certificates instead. CA certificates instead.
The settings are: :data:`PROTOCOL_TLS`, :data:`OP_NO_SSLv2`, and The settings are: :data:`PROTOCOL_TLS`, :data:`OP_NO_SSLv2`, and