diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-16 19:07:06 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-16 19:07:06 -0600 |
commit | 7522c6d9fc153bf36143fe28ad124c373d4003b2 (patch) | |
tree | 59f02dc68b6436eaad606501b2f51d4e1768331c | |
parent | 78a815099106a372db5eb0a49fe5c91767a7438b (diff) | |
parent | 6d7ab4cad8c97a3a0d7b46d524e0faf39e5b6e62 (diff) | |
download | cryptography-7522c6d9fc153bf36143fe28ad124c373d4003b2.tar.gz cryptography-7522c6d9fc153bf36143fe28ad124c373d4003b2.tar.bz2 cryptography-7522c6d9fc153bf36143fe28ad124c373d4003b2.zip |
Merge pull request #2 from alex/patch-1
Slight cleanup to teh docs
-rw-r--r-- | docs/x509.rst | 5 |
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:: |