mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
correct the docs for CRLReason (#3930)
This commit is contained in:
parent
53e4505861
commit
ce4d0845f5
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue