commit | b3b0fbe2fb4f3c6939c05ff90e0201fb78c51074 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jun 26 19:57:18 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jun 26 19:57:18 2015 -0400 |
tree | e8b8a504fe64179906ce965467a46d520eb4438d | |
parent | 354fc56e6a9781f3f2213537c3c65d7e720dfcb4 [diff] [blame] |
Make the parameter ordering in sign() consistent with other code
diff --git a/docs/x509.rst b/docs/x509.rst index c4c441e..79f4829 100644 --- a/docs/x509.rst +++ b/docs/x509.rst
@@ -515,7 +515,7 @@ :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