From 71f4c163367e9915db52499ddda6df654ae374cb Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 2 Dec 2014 18:34:31 -1000 Subject: improve phrasing on X509Certificate fingerprint method param --- docs/hazmat/primitives/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives') 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. -- cgit v1.2.3