diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-11-15 18:01:36 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-11-15 18:01:36 -0800 |
commit | b3fa4b246a889cc98fae1757d3123b1a122795fe (patch) | |
tree | ce8ab62edf72423825bbb2c32d7341171860ef7d /docs/contributing.rst | |
parent | 9489c769dbd7ea7c6830b5fcd70095818452e607 (diff) | |
parent | b317c7a0dd197140b7ef1fd3446941f5b568e645 (diff) | |
download | cryptography-b3fa4b246a889cc98fae1757d3123b1a122795fe.tar.gz cryptography-b3fa4b246a889cc98fae1757d3123b1a122795fe.tar.bz2 cryptography-b3fa4b246a889cc98fae1757d3123b1a122795fe.zip |
Merge pull request #263 from alex/spelling-fixes
Fixed some spelling mistakes
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 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: |