From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 Sep 2019 10:49:08 +0000 (-0700) Subject: Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) X-Git-Tag: v3.7.5rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6422392f34871b90ab9c77043f049b35baf4faf5;p=thirdparty%2FPython%2Fcpython.git Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) (cherry picked from commit 219fb9d65ef7e5363eccc9dde0988bb085db1c86) Co-authored-by: Jörn Heissler --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index b22136810d28..3730d74e05d6 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -605,9 +605,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