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') 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 From 6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 16 Dec 2014 16:50:33 -0800 Subject: Markup fix. --- docs/x509.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index 60a375b5..e4b5e176 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 `. .. doctest:: -- cgit v1.2.3