aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 50790b94..e4b5e176 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::