From 87494d19398334c328f0a0c9bd750f66c14da8e1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 12 Oct 2015 20:46:09 -0700 Subject: Indicate the return type of CertificateBuilder.sign --- docs/x509/reference.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/x509') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 87383db1..c8c58efb 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -503,6 +503,8 @@ X.509 Certificate Builder handled by whoever reads the certificate. .. method:: sign(private_key, algorithm, backend) + + :type: :class:`~cryptography.x509.Certificate` Sign the certificate using the CA's private key. -- cgit v1.2.3