aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-13 13:50:02 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-13 13:50:02 -0800
commit272d537b90af00e5e5153f3818aee7ffe1df4f65 (patch)
treed7416fb35df3c2e39c9a48f3a609ac978c3b7e9d /docs/hazmat/primitives/cryptographic-hashes.rst
parent9b70ba37ff66e18b67efd0f7d196becc77763c41 (diff)
downloadcryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.tar.gz
cryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.tar.bz2
cryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.zip
Here too
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index 525fd889..52e87702 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -53,7 +53,7 @@ Message Digests
Finalize the current context and return the message digest as bytes.
Once ``finalize`` is called this object can no longer be used and
- :meth:`update` and :meth:`copy` will raise
+ :meth:`update`, :meth:`copy`, and :meth:`finalize` will raise
:class:`~cryptography.exceptions.AlreadyFinalized`.
:return bytes: The message digest as bytes.