diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-15 16:44:41 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-15 16:44:41 -0800 |
commit | 54e04003c2bc136e27c379441e2407191cd9377b (patch) | |
tree | 330983ed5f742319bdb364949cf15ad535c6fcd3 | |
parent | b04080f61d35e147f0e67ae8b009b5860900df82 (diff) | |
download | cryptography-54e04003c2bc136e27c379441e2407191cd9377b.tar.gz cryptography-54e04003c2bc136e27c379441e2407191cd9377b.tar.bz2 cryptography-54e04003c2bc136e27c379441e2407191cd9377b.zip |
Two more fixes
-rw-r--r-- | docs/contributing.rst | 2 | ||||
-rw-r--r-- | docs/security.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 8e5b1ced..97f31e0b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -132,7 +132,7 @@ as much as possible. To that end: * When giving prescriptive advice, always provide references and supporting material. * When there is real disagreement between cryptographic experts, represent both - sides of the argument and describe the tradeoffs clearly. + sides of the argument and describe the trade-offs clearly. When documenting a new module in the ``hazmat`` package, its documentation should begin with the "Hazardous Materials" warning: diff --git a/docs/security.rst b/docs/security.rst index 36c8e0f7..88959709 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -5,7 +5,7 @@ We take the security of ``cryptography`` seriously. If you believe you've identified a security issue in it, please report it to ``alex.gaynor@gmail.com``. Message may be encrypted with PGP using key fingerprint ``E27D 4AA0 1651 72CB C5D2 AF2B 125F 5C67 DFE9 4084`` (this public -key is available from most commonly-used keyservers). +key is available from most commonly-used key servers). Once you’ve submitted an issue via email, you should receive an acknowledgment within 48 hours, and depending on the action to be taken, you may receive |