diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-02 18:34:31 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-15 15:49:49 -0600 |
commit | 71f4c163367e9915db52499ddda6df654ae374cb (patch) | |
tree | efa1cf0b3b340760477e220eedf1596c55bfbf7f | |
parent | e3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8 (diff) | |
download | cryptography-71f4c163367e9915db52499ddda6df654ae374cb.tar.gz cryptography-71f4c163367e9915db52499ddda6df654ae374cb.tar.bz2 cryptography-71f4c163367e9915db52499ddda6df654ae374cb.zip |
improve phrasing on X509Certificate fingerprint method param
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 |
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. |