Skip to content

Commit

Permalink
[3.13] Doc: Grammar fix in library/ssl.rst, 'Verifying certificat…
Browse files Browse the repository at this point in the history
…es' (pythonGH-122646) (python#122649)

Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (pythonGH-122646)
(cherry picked from commit 06eb970)

Co-authored-by: scottwoodall <[email protected]>
  • Loading branch information
miss-islington and scottwoodall authored Aug 3, 2024
1 parent 4dfae05 commit b1e95d6
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 b1e95d6

Please sign in to comment.