]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Aug 2024 13:31:12 +0000 (15:31 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Aug 2024 13:31:12 +0000 (13:31 +0000)
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646)
(cherry picked from commit 06eb9701a182b4720dfa8766cb41cc5a3728a8b9)

Co-authored-by: scottwoodall <scott.woodall@gmail.com>
Doc/library/ssl.rst

index b0f792691453199d1c2727425dc5eb1fb6e6ed86..d7a84733f86b4cafa8a1f972dde324865c80cebb 100644 (file)
@@ -2569,7 +2569,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