]> granicus.if.org Git - python/commitdiff
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
authorJörn Heissler <joernheissler@users.noreply.github.com>
Tue, 17 Sep 2019 10:42:30 +0000 (12:42 +0200)
committerStéphane Wirtel <stephane@wirtel.be>
Tue, 17 Sep 2019 10:42:30 +0000 (12:42 +0200)
Doc/library/ssl.rst

index b7af496e1cfe133f9b288fa5e73e3ad72c98de97..923bd87f2d7e4f6ea54664d2fe9129fa94dff24e 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