summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-16 16:49:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-16 16:49:33 -0800
commit89c4dc87ecff2d562411bc6aeea8f6130ecc5dbc (patch)
treef96d64d052f978060842260717637179676f95ed
parent78a815099106a372db5eb0a49fe5c91767a7438b (diff)
downloadcryptography-89c4dc87ecff2d562411bc6aeea8f6130ecc5dbc.tar.gz
Slightly more descriptive docs
-rw-r--r--docs/x509.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 50790b947..60a375b50 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -93,8 +93,8 @@ 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
.. doctest::