diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-11-26 10:59:03 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-15 15:49:48 -0600 |
commit | a9d78c13ea2996c896d3dfda8b7e887c444ec4cb (patch) | |
tree | beebfb298c44439855ef12192c466f080e2c9ffe /docs/hazmat | |
parent | 016e08abddf9fdc507da4f6c6f548c3dfee1b389 (diff) | |
download | cryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.tar.gz cryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.tar.bz2 cryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.zip |
update docs, test invalid x509 version
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index d87e8d66..71646ce9 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -705,7 +705,7 @@ X509 .. attribute:: version - :type: X509Version + :type: :class:`~cryptography.x509.X509Version` The certificate version as an enumeration. |