commit | 3fd0260a3dd110d99c0174c3937aa3d86b0d9ba0 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 09 19:46:13 2015 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 09 19:46:13 2015 -0500 |
tree | 20a7d72dff19761a5dc4498d713f8285e02e4113 | |
parent | f2c072bf271f1ae0081a58fdf232110cc5af815d [diff] [blame] |
switch reasons to frozenset
diff --git a/docs/x509.rst b/docs/x509.rst index f9992e2..86673e3 100644 --- a/docs/x509.rst +++ b/docs/x509.rst
@@ -835,7 +835,7 @@ .. 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.