aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 13:20:41 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 13:20:41 -0600
commita3ef62119420832250959f598ca255bfc2a14685 (patch)
treeb1a67de1c9eb0148c45845d6666e63754375df0b /docs/hazmat/backends
parent07b7e7f6afd654970be0821c7e9f03ade4c621be (diff)
downloadcryptography-a3ef62119420832250959f598ca255bfc2a14685.tar.gz
cryptography-a3ef62119420832250959f598ca255bfc2a14685.tar.bz2
cryptography-a3ef62119420832250959f598ca255bfc2a14685.zip
better language
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 98189f19..13f2f421 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -587,8 +587,8 @@ A specific ``backend`` may provide one or more of these interfaces.
:class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
that will be used to generate the CRL signature.
- :returns: A new object with the
- :class:`~cryptography.x509.CertificateRevocationList` interface.
+ :returns: A new instance of
+ :class:`~cryptography.x509.CertificateRevocationList`.
.. class:: DHBackend