aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-28 21:25:41 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-28 21:25:41 -0600
commit589b90826db025bcd7fc02e29b4831a09df3269d (patch)
tree5ba484518c01595ae011d1d2bfdc2a84bb98e90d /docs/hazmat/backends
parent99d5190656184ad791e50eab72c631e7f829e283 (diff)
downloadcryptography-589b90826db025bcd7fc02e29b4831a09df3269d.tar.gz
cryptography-589b90826db025bcd7fc02e29b4831a09df3269d.tar.bz2
cryptography-589b90826db025bcd7fc02e29b4831a09df3269d.zip
doc updates based on review
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index e22c6bb3..ca3a5433 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -133,7 +133,6 @@ A specific ``backend`` may provide one or more of these interfaces.
:class:`~cryptography.hazmat.primitives.interfaces.HashContext`
-
.. class:: PBKDF2HMACBackend
.. versionadded:: 0.2
@@ -144,7 +143,7 @@ A specific ``backend`` may provide one or more of these interfaces.
Check if the specified ``algorithm`` is supported by this backend.
- :param prf: An instance of a
+ :param algorithm: An instance of a
:class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
provider.