https://github.com/python/cpython/commit/b1e95d6863983a3fe13e4ba78ec61a97f57cfa05
commit: b1e95d6863983a3fe13e4ba78ec61a97f57cfa05
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-08-03T13:41:49Z
summary:

[3.13] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' 
(GH-122646) (#122649)

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

Co-authored-by: scottwoodall <scott.wood...@gmail.com>

files:
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 7d4c1f0f2de347..ad441c528d0d66 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to