aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 16:39:18 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 16:39:18 -0500
commit66c6170c02d0b3c00a9a10951f7bb0d29341d34e (patch)
treeea665415eaff14fad589e81647fd88871ad40804 /docs
parent6e198b0092a2a320887a234db5227a8c1daa49be (diff)
downloadcryptography-66c6170c02d0b3c00a9a10951f7bb0d29341d34e.tar.gz
cryptography-66c6170c02d0b3c00a9a10951f7bb0d29341d34e.tar.bz2
cryptography-66c6170c02d0b3c00a9a10951f7bb0d29341d34e.zip
also update the docs to reflect the non-optional nature of these things
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 96255a2c..a40727cc 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -959,13 +959,13 @@ These classes may be present within a :class:`CertificatePolicies` instance.
.. attribute:: organization
- :type: :term:`text` or None
+ :type: :term:`text`
.. attribute:: notice_numbers
- :type: list or None
+ :type: list
- A list of integers or None.
+ A list of integers.
Object Identifiers
~~~~~~~~~~~~~~~~~~