8000 [3.13] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificat… · python/cpython@b1e95d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1e95d6

Browse files
[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 06eb970) Co-authored-by: scottwoodall <scott.woodall@gmail.com>
1 parent 4dfae05 commit b1e95d6

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
@@ -2710,7 +2710,7 @@ Verifying certificates
27102710

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

0 commit comments

Comments
 (0)
0