summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-16 16:50:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-16 16:50:33 -0800
commit6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62 (patch)
tree59f02dc68b6436eaad606501b2f51d4e1768331c
parent89c4dc87ecff2d562411bc6aeea8f6130ecc5dbc (diff)
downloadcryptography-6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62.tar.gz
Markup fix.
-rw-r--r--docs/x509.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 60a375b50..e4b5e176a 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::