aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-12 21:48:11 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-12 21:48:11 -0400
commit0facc2a21462721e5a6105d43d50ebb85a1d11f6 (patch)
treec99659c364711f421f4235b5b11019b7e3cb1374 /docs
parentfe35bd616e60980ea653a3d1f078e590d7689690 (diff)
parent66c6170c02d0b3c00a9a10951f7bb0d29341d34e (diff)
downloadcryptography-0facc2a21462721e5a6105d43d50ebb85a1d11f6.tar.gz
cryptography-0facc2a21462721e5a6105d43d50ebb85a1d11f6.tar.bz2
cryptography-0facc2a21462721e5a6105d43d50ebb85a1d11f6.zip
Merge pull request #1936 from reaperhulk/cp-noticenumbers-required
notice_numbers are not optional in NoticeReference
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
~~~~~~~~~~~~~~~~~~