Skip to content

Commit 06eb970

Browse files
authored
Doc: Grammar fix in library/ssl.rst, 'Verifying certificates' (#122646)
1 parent 50b3603 commit 06eb970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

+1-1
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)