aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
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`.