diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-31 14:13:39 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-31 14:13:39 -0800 |
| commit | 681fca8f43f9cbed97ce2df0b871447953c7edda (patch) | |
| tree | 416e6b577f89d0bc8f110983b5a10d83afccfede /docs/cryptography-docs.py | |
| parent | be60d7065c5a55a06a1e3f301de8f1dbfc7c8eb3 (diff) | |
| download | cryptography-681fca8f43f9cbed97ce2df0b871447953c7edda.tar.gz | |
Rearange sentence on recommendation of @jacobian
Diffstat (limited to 'docs/cryptography-docs.py')
| -rw-r--r-- | docs/cryptography-docs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py index 0252d6931..f27a84671 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, |
