From b3b0fbe2fb4f3c6939c05ff90e0201fb78c51074 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 Jun 2015 19:57:18 -0400 Subject: Make the parameter ordering in sign() consistent with other code --- docs/x509.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index c4c441e7..79f48299 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -515,7 +515,7 @@ X.509 CSR (Certificate Signing Request) Builder Object :returns: A new :class:`~cryptography.x509.CertificateSigningRequestBuilder`. - .. method:: sign(backend, private_key, algorithm) + .. method:: sign(private_key, algorithm, backend) :param backend: Backend that will be used to sign the request. Must support the -- cgit v1.2.3