aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-16 21:10:03 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-29 00:25:03 -0500
commit7e007d54942f353dff0974bab7cb388d7a45deb2 (patch)
tree1750dbbcd2cae17c41f801e233492f9cba407696 /docs/hazmat/backends/interfaces.rst
parentd3dafbd6f71f2f3782a126990611de4ed1f1e83e (diff)
downloadcryptography-7e007d54942f353dff0974bab7cb388d7a45deb2.tar.gz
cryptography-7e007d54942f353dff0974bab7cb388d7a45deb2.tar.bz2
cryptography-7e007d54942f353dff0974bab7cb388d7a45deb2.zip
add missing "signing"
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 15a82343..8866cf71 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -514,7 +514,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. versionadded:: 0.9
- :param bytes data: PEM formatted certificate request data.
+ :param bytes data: PEM formatted certificate signing request data.
:returns: An instance of
:class:`~cryptography.x509.CertificateSigningRequest`.