diff options
Diffstat (limited to 'docs/x509.rst')
-rw-r--r-- | docs/x509.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index e4b5e176..18894ce5 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -189,7 +189,9 @@ X.509 Certificate Object .. attribute:: parsed_version - Returns the version that was parsed from the certificate. + :type: int + + Returns the raw version that was parsed from the certificate. .. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure |