aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cryptography-docs.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-31 14:13:39 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-31 14:13:39 -0800
commit681fca8f43f9cbed97ce2df0b871447953c7edda (patch)
tree416e6b577f89d0bc8f110983b5a10d83afccfede /docs/cryptography-docs.py
parentbe60d7065c5a55a06a1e3f301de8f1dbfc7c8eb3 (diff)
downloadcryptography-681fca8f43f9cbed97ce2df0b871447953c7edda.tar.gz
cryptography-681fca8f43f9cbed97ce2df0b871447953c7edda.tar.bz2
cryptography-681fca8f43f9cbed97ce2df0b871447953c7edda.zip
Rearange sentence on recommendation of @jacobian
Diffstat (limited to 'docs/cryptography-docs.py')
-rw-r--r--docs/cryptography-docs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index 0252d693..f27a8467 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -23,6 +23,9 @@ class HazmatDirective(Directive):
if self.content:
message += DANGER_ALTERNATE.format(alternate=self.content[0])
+ import pdb
+ pdb.set_trace()
+
ad = make_admonition(
Hazmat,
self.name,