Skip to content

Commit 219fb9d

Browse files
joernheisslermatrixise
authored andcommitted
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
1 parent 46b0b81 commit 219fb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ Constants
613613
.. data:: VERIFY_CRL_CHECK_LEAF
614614

615615
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
616-
peer cert is check but non of the intermediate CA certificates. The mode
616+
peer cert is checked but none of the intermediate CA certificates. The mode
617617
requires a valid CRL that is signed by the peer cert's issuer (its direct
618-
ancestor CA). If no proper has been loaded
618+
ancestor CA). If no proper CRL has has been loaded with
619619
:attr:`SSLContext.load_verify_locations`, validation will fail.
620620

621621
.. versionadded:: 3.4

0 commit comments

Comments
 (0)