aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-09 19:46:13 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-09 19:46:13 -0500
commit3fd0260a3dd110d99c0174c3937aa3d86b0d9ba0 (patch)
tree20a7d72dff19761a5dc4498d713f8285e02e4113 /docs
parentf2c072bf271f1ae0081a58fdf232110cc5af815d (diff)
downloadcryptography-3fd0260a3dd110d99c0174c3937aa3d86b0d9ba0.tar.gz
cryptography-3fd0260a3dd110d99c0174c3937aa3d86b0d9ba0.tar.bz2
cryptography-3fd0260a3dd110d99c0174c3937aa3d86b0d9ba0.zip
switch reasons to frozenset
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index f9992e20..86673e3b 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -835,7 +835,7 @@ X.509 Extensions
.. attribute:: reasons
- :type: list of :class:`ReasonFlags` or None
+ :type: frozenset of :class:`ReasonFlags` or None
The reasons a given distribution point may be used for when performing
revocation checks.