diff options
-rw-r--r-- | docs/x509.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 <cryptography.x509.Version>`. .. doctest:: |