diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-12 21:48:11 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-12 21:48:11 -0400 |
commit | 0facc2a21462721e5a6105d43d50ebb85a1d11f6 (patch) | |
tree | c99659c364711f421f4235b5b11019b7e3cb1374 /docs | |
parent | fe35bd616e60980ea653a3d1f078e590d7689690 (diff) | |
parent | 66c6170c02d0b3c00a9a10951f7bb0d29341d34e (diff) | |
download | cryptography-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.rst | 6 |
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 ~~~~~~~~~~~~~~~~~~ |