From 89c4dc87ecff2d562411bc6aeea8f6130ecc5dbc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 16 Dec 2014 16:49:33 -0800 Subject: Slightly more descriptive docs --- docs/x509.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/x509.rst') diff --git a/docs/x509.rst b/docs/x509.rst index 50790b94..60a375b5 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:: -- cgit v1.2.3