correct the docs for CRLReason (#3930)

This commit is contained in:
Paul Kehrer 2017-09-20 22:14:26 +08:00 committed by Alex Gaynor
parent 53e4505861
commit ce4d0845f5

View file

@ -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