aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-17 15:16:51 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-05-17 15:16:51 +0100
commita741aad3bd7d6347b9816025cb4905558c2c71c6 (patch)
tree6fdc0df70cd1bbecd56049208899111a8edcd202 /docs/hazmat/primitives/cryptographic-hashes.rst
parent60437c370d079d55db2c284e2f241ecde3b61cbf (diff)
parent00eff9ca7fece942670429824cb77dd532190c96 (diff)
downloadcryptography-a741aad3bd7d6347b9816025cb4905558c2c71c6.tar.gz
cryptography-a741aad3bd7d6347b9816025cb4905558c2c71c6.tar.bz2
cryptography-a741aad3bd7d6347b9816025cb4905558c2c71c6.zip
Merge pull request #1048 from Ayrx/change-unicode-check
Fixed TypeError and added documentation
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index 773d97f6..7e5295c4 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -54,6 +54,7 @@ Message digests
:param bytes data: The bytes to be hashed.
:raises cryptography.exceptions.AlreadyFinalized: See :meth:`finalize`.
+ :raises TypeError: This exception is raised if ``data`` is not ``bytes``.
.. method:: copy()