summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-16 19:07:06 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-16 19:07:06 -0600
commit7522c6d9fc153bf36143fe28ad124c373d4003b2 (patch)
tree59f02dc68b6436eaad606501b2f51d4e1768331c
parent78a815099106a372db5eb0a49fe5c91767a7438b (diff)
parent6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62 (diff)
downloadcryptography-7522c6d9fc153bf36143fe28ad124c373d4003b2.tar.gz
Merge pull request #2 from alex/patch-1
Slight cleanup to teh docs
-rw-r--r--docs/x509.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 50790b947..e4b5e176a 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -93,8 +93,9 @@ X.509 Certificate Object
The certificate version as an enumeration. Version 3 certificates are
the latest version and also the only type you should see in practice.
- :raises cryptography.x509.InvalidVersion: If the version is
- not valid.
+ :raises cryptography.x509.InvalidVersion: If the version in the
+ certificate is not a known
+ :class:`X.509 version <cryptography.x509.Version>`.
.. doctest::