diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 11:56:49 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 11:56:49 -0800 |
commit | d118c91cc381ce757a6b14f4e4c60505c1cdb48a (patch) | |
tree | bd971354015dbb4e18c0332556cf94ad80ff88ff | |
parent | 5cbab0c815681cff4bdbfde151953df2242ee7c9 (diff) | |
download | cryptography-d118c91cc381ce757a6b14f4e4c60505c1cdb48a.tar.gz cryptography-d118c91cc381ce757a6b14f4e4c60505c1cdb48a.tar.bz2 cryptography-d118c91cc381ce757a6b14f4e4c60505c1cdb48a.zip |
Clearer!
-rw-r--r-- | docs/contributing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 108ecb6a..b86faaa1 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -131,8 +131,8 @@ as much as possible. To that end: :class:`cryptography.hazmat.primitives.hashes.MD5`) * When giving prescriptive advice, always provide references and supporting material. -* When there is disagreement about legitimate cryptographic experts, represent - both sides of the argument and describe the tradeoffs clearly. +* When there is real disagreement between cryptographic experts, represent both + sides of the argument and describe the tradeoffs clearly. When documenting a new module in the ``hazmat`` package, its documentation should begin with the "Hazardous Materials" warning: |