Skip to content

Commit 0d1d467

Browse files
scottwoodallblhsing
authored andcommitted
Doc: Grammar fix in library/ssl.rst, 'Verifying certificates' (python#122646)
1 parent fe90be4 commit 0d1d467

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)