aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-15 15:34:35 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-29 00:25:02 -0500
commita1a1f2325ef8ea0a1d467dcafa8fffde98a5a7c3 (patch)
treea9c83a4ea2815e604cf19e2756f96c64f633b7d5 /docs/hazmat/backends
parent5aadb9cec193ce3486f597dee044b77e268d9b77 (diff)
downloadcryptography-a1a1f2325ef8ea0a1d467dcafa8fffde98a5a7c3.tar.gz
cryptography-a1a1f2325ef8ea0a1d467dcafa8fffde98a5a7c3.tar.bz2
cryptography-a1a1f2325ef8ea0a1d467dcafa8fffde98a5a7c3.zip
rename to CertificateSigningRequest
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 2b53dfdb..15a82343 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -516,4 +516,5 @@ A specific ``backend`` may provide one or more of these interfaces.
:param bytes data: PEM formatted certificate request data.
- :returns: An instance of :class:`~cryptography.x509.CSR`.
+ :returns: An instance of
+ :class:`~cryptography.x509.CertificateSigningRequest`.