]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)
authorscottwoodall <scott.woodall@gmail.com>
Sat, 3 Aug 2024 13:24:29 +0000 (09:24 -0400)
committerGitHub <noreply@github.com>
Sat, 3 Aug 2024 13:24:29 +0000 (14:24 +0100)
Doc/library/ssl.rst

index 7d4c1f0f2de347ab26a89a3501313d58bc46357b..ad441c528d0d66616584f4c5dfe9952d9624b83b 100644 (file)
@@ -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