[Python-checkins] (no subject)

Stéphane Wirtel webhook-mailer at python.org
Tue Sep 17 06:42:33 EDT 2019


To: python-checkins at python.org
Subject:
 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
https://github.com/python/cpython/commit/219fb9d65ef7e5363eccc9dde0988bb085db=
1c86
commit: 219fb9d65ef7e5363eccc9dde0988bb085db1c86
branch: master
author: J=C3=B6rn Heissler <joernheissler at users.noreply.github.com>
committer: St=C3=A9phane Wirtel <stephane at wirtel.be>
date: 2019年09月17日T12:42:30+02:00
summary:
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
files:
M Doc/library/ssl.rst
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index b7af496e1cfe..923bd87f2d7e 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -613,9 +613,9 @@ Constants
 .. data:: VERIFY_CRL_CHECK_LEAF
=20
 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 mo=
de
 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.
=20
 .. versionadded:: 3.4


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /