Skip to content

Commit e2103fc

Browse files
[3.12] Doc: Grammar fix in library/ssl.rst, 'Verifying certificates' (GH-122646) (#122650)
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646) (cherry picked from commit 06eb970) Co-authored-by: scottwoodall <[email protected]>
1 parent 6dd6ea0 commit e2103fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ Verifying certificates
25692569

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

0 commit comments

Comments
 (0)