aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-20 22:14:26 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-20 10:14:26 -0400
commitce4d0845f544f8a95600fd8888bf924cd25e2e85 (patch)
treeeb8851217e4a4873185a17fe9c6b7aa397301f4b /docs/x509
parent53e4505861b00e6fb4fc2c30de23218f80bbfbb1 (diff)
downloadcryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.tar.gz
cryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.tar.bz2
cryptography-ce4d0845f544f8a95600fd8888bf924cd25e2e85.zip
correct the docs for CRLReason (#3930)
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst3
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