aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-10-27 17:26:17 -0400
committerDonald Stufft <donald@stufft.io>2013-10-28 08:37:33 -0400
commite51fb935bf27ce56282d8bd9b33f708d2e660449 (patch)
tree902b4997e07fd9e65168f08eb87bd74bd6ee9670 /docs/hazmat/primitives/cryptographic-hashes.rst
parent214d11a32a329e5065639b6b6d62b9315dce7ac3 (diff)
downloadcryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.tar.gz
cryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.tar.bz2
cryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.zip
Move the danger to the very top of the file
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index 72fd8692..de66b7fe 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -1,6 +1,3 @@
-Message Digests
-===============
-
.. danger::
This is a "Hazardous Materials" module. You should **ONLY** use it if
@@ -8,6 +5,9 @@ Message Digests
module is full of land mines, dragons, and dinosaurs with laser guns.
+Message Digests
+===============
+
.. currentmodule:: cryptography.hazmat.primitives.hashes
.. class:: BaseHash(data=None)