commit | 846460ae25554cbf007c0b65f8d7997d543ea53e | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Wed Nov 06 11:24:50 2013 -0800 |
committer | David Reid <dreid@dreid.org> | Wed Nov 20 09:50:18 2013 -0800 |
tree | acc0fff72afc9091ccbbdb675d5df653e89314c2 | |
parent | ef0fcf26c920c011948f078481739f4e2c31535f [diff] [blame] |
Fix doctests.
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index b3db9f1..f05b45a 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -19,6 +19,7 @@ various message digests. .. doctest:: + >>> from cryptography.hazmat.bindings import default_backend >>> from cryptography.hazmat.primitives import hashes >>> digest = hashes.Hash(hashes.SHA256(), default_backend())