From f2c072bf271f1ae0081a58fdf232110cc5af815d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 9 May 2015 17:04:28 -0500 Subject: update doc language --- docs/x509.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3