diff options
author | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-07-21 09:18:05 -0500 |
---|---|---|
committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-07-21 09:18:05 -0500 |
commit | 7644383e13f2dcc1e70e19a157b28608cc072830 (patch) | |
tree | a973bdd7451181c83d5c32e6f143380931d30dee /docs | |
parent | b77c716a2935b2fc1de30092ebacdaefae184414 (diff) | |
download | cryptography-7644383e13f2dcc1e70e19a157b28608cc072830.tar.gz cryptography-7644383e13f2dcc1e70e19a157b28608cc072830.tar.bz2 cryptography-7644383e13f2dcc1e70e19a157b28608cc072830.zip |
Fix documentation referring to CertificateBuilder.set_version
Diffstat (limited to 'docs')
-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. |