From ce4d0845f544f8a95600fd8888bf924cd25e2e85 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 20 Sep 2017 22:14:26 +0800 Subject: correct the docs for CRLReason (#3930) --- docs/x509/reference.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/x509') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index f07272a6..2e86cb13 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2319,8 +2319,7 @@ These extensions are only valid within a :class:`RevokedCertificate` object. valid inside :class:`~cryptography.x509.RevokedCertificate` objects. It identifies a reason for the certificate revocation. - :param reason: A value from the - :class:`~cryptography.x509.oid.CRLEntryExtensionOID` enum. + :param reason: An element from :class:`~cryptography.x509.ReasonFlags`. .. attribute:: oid -- cgit v1.2.3