]> granicus.if.org Git - python/commitdiff
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 10:49:20 +0000 (03:49 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 10:49:20 +0000 (03:49 -0700)
(cherry picked from commit 219fb9d65ef7e5363eccc9dde0988bb085db1c86)

Co-authored-by: Jörn Heissler <joernheissler@users.noreply.github.com>
Doc/library/ssl.rst

index 9b0ba8ed1b8b5298ac90fa2079385e61275518b3..633e68ae273f7ea87577a9ecc453405d3a1b67a9 100644 (file)
@@ -613,9 +613,9 @@ Constants
 .. data:: VERIFY_CRL_CHECK_LEAF
 
    Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
-   peer cert is check but non of the intermediate CA certificates. The mode
+   peer cert is checked but none of the intermediate CA certificates. The mode
    requires a valid CRL that is signed by the peer cert's issuer (its direct
-   ancestor CA). If no proper has been loaded
+   ancestor CA). If no proper CRL has has been loaded with
    :attr:`SSLContext.load_verify_locations`, validation will fail.
 
    .. versionadded:: 3.4