summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-02 18:34:31 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-15 15:49:49 -0600
commit71f4c163367e9915db52499ddda6df654ae374cb (patch)
treeefa1cf0b3b340760477e220eedf1596c55bfbf7f
parente3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8 (diff)
downloadcryptography-71f4c163367e9915db52499ddda6df654ae374cb.tar.gz
improve phrasing on X509Certificate fingerprint method param
-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 71646ce9f..fee504676 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.