Skip to content

Commit

Permalink
Doc: Grammar fix in library/ssl.rst, 'Verifying certificates' (py…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwoodall authored Aug 3, 2024
1 parent 50b3603 commit 06eb970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,7 @@ Verifying certificates

When calling the :class:`SSLContext` constructor directly,
:const:`CERT_NONE` is the default. Since it does not authenticate the other
peer, it can be insecure, especially in client mode where most of time you
peer, it can be insecure, especially in client mode where most of the time you
would like to ensure the authenticity of the server you're talking to.
Therefore, when in client mode, it is highly recommended to use
:const:`CERT_REQUIRED`. However, it is in itself not sufficient; you also
Expand Down

0 comments on commit 06eb970

Please sign in to comment.