aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 71646ce9..fee50467 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -711,9 +711,9 @@ X509
.. method:: fingerprint(algorithm)
- :param algorithm: A
+ :param algorithm: The
:class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
- that will be used by this context.
+ that will be used to generate the fingerprint.
:return bytes: The fingerprint using the supplied hash algorithm as
bytes.