diff options
-rw-r--r-- | docs/x509/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index b6c2f8a8..e4ea252d 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -393,7 +393,7 @@ X.509 Certificate Builder .. class:: CertificateBuilder - .. method:: set_version(version) + .. method:: version(version) Sets the X.509 version that will be used in the certificate. |