aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
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)