diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-16 16:50:33 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-16 16:50:33 -0800 |
commit | 6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62 (patch) | |
tree | 59f02dc68b6436eaad606501b2f51d4e1768331c /docs | |
parent | 89c4dc87ecff2d562411bc6aeea8f6130ecc5dbc (diff) | |
download | cryptography-6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62.tar.gz cryptography-6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62.tar.bz2 cryptography-6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62.zip |
Markup fix.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 60a375b5..e4b5e176 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -94,7 +94,8 @@ X.509 Certificate Object the latest version and also the only type you should see in practice. :raises cryptography.x509.InvalidVersion: If the version in the - certificate is not a known :class:`X.509 version + certificate is not a known + :class:`X.509 version <cryptography.x509.Version>`. .. doctest:: |