We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
library/ssl.rst
1 parent 50b3603 commit 06eb970Copy full SHA for 06eb970
Doc/library/ssl.rst
@@ -2710,7 +2710,7 @@ Verifying certificates
2710
2711
When calling the :class:`SSLContext` constructor directly,
2712
: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
+peer, it can be insecure, especially in client mode where most of the time you
2714
would like to ensure the authenticity of the server you're talking to.
2715
Therefore, when in client mode, it is highly recommended to use
2716
:const:`CERT_REQUIRED`. However, it is in itself not sufficient; you also
0 commit comments