diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-09-20 22:14:26 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-20 10:14:26 -0400 |
commit | ce4d0845f544f8a95600fd8888bf924cd25e2e85 (patch) | |
tree | eb8851217e4a4873185a17fe9c6b7aa397301f4b /docs | |
parent | 53e4505861b00e6fb4fc2c30de23218f80bbfbb1 (diff) | |
download | cryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.tar.gz cryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.tar.bz2 cryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.zip |
correct the docs for CRLReason (#3930)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/reference.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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 |