aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-07-21 09:18:05 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-07-21 09:18:05 -0500
commit7644383e13f2dcc1e70e19a157b28608cc072830 (patch)
treea973bdd7451181c83d5c32e6f143380931d30dee
parentb77c716a2935b2fc1de30092ebacdaefae184414 (diff)
downloadcryptography-7644383e13f2dcc1e70e19a157b28608cc072830.tar.gz
cryptography-7644383e13f2dcc1e70e19a157b28608cc072830.tar.bz2
cryptography-7644383e13f2dcc1e70e19a157b28608cc072830.zip
Fix documentation referring to CertificateBuilder.set_version
-rw-r--r--docs/x509/reference.rst2
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.