Rearange sentence on recommendation of @jacobian
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index 0252d69..f27a846 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -23,6 +23,9 @@
         if self.content:
             message += DANGER_ALTERNATE.format(alternate=self.content[0])
 
+        import pdb
+        pdb.set_trace()
+
         ad = make_admonition(
             Hazmat,
             self.name,