aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-09 17:04:28 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-09 17:04:28 -0500
commitf2c072bf271f1ae0081a58fdf232110cc5af815d (patch)
tree960b7567628a97609fafcd92f59b45e138de45c6 /docs
parent4e8dacd02ec4c4b8238e5ebdfcd5ab26348ec658 (diff)
downloadcryptography-f2c072bf271f1ae0081a58fdf232110cc5af815d.tar.gz
cryptography-f2c072bf271f1ae0081a58fdf232110cc5af815d.tar.bz2
cryptography-f2c072bf271f1ae0081a58fdf232110cc5af815d.zip
update doc language
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 3cf4f905..f9992e20 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -816,15 +816,16 @@ X.509 Extensions
:type: list of :class:`GeneralName` instances or None
- This field describes methods to retrieve the CRL. If this is not None
- then ``relative_name`` must be None.
+ This field describes methods to retrieve the CRL. At most one of
+ ``full_name`` or ``relative_name`` will be non-None.
.. attribute:: relative_name
:type: :class:`Name` or None
This field describes methods to retrieve the CRL relative to the CRL
- issuer. If this is not None then ``full_name`` must be None.
+ issuer. At most one of ``full_name`` or ``relative_name`` will be
+ non-None.
.. attribute:: crl_issuer