diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 13:50:02 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 13:50:02 -0800 |
commit | 272d537b90af00e5e5153f3818aee7ffe1df4f65 (patch) | |
tree | d7416fb35df3c2e39c9a48f3a609ac978c3b7e9d /docs/hazmat/primitives | |
parent | 9b70ba37ff66e18b67efd0f7d196becc77763c41 (diff) | |
download | cryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.tar.gz cryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.tar.bz2 cryptography-272d537b90af00e5e5153f3818aee7ffe1df4f65.zip |
Here too
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/cryptographic-hashes.rst | 2 |
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. |