diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 11:55:57 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-13 11:55:57 -0800 |
commit | 5cbab0c815681cff4bdbfde151953df2242ee7c9 (patch) | |
tree | dfe7fb80dfac0a6f0ee33a13bed808fe86d75638 | |
parent | e9d64d78b240d7e8c55ed6e04b0387e6666a6038 (diff) | |
download | cryptography-5cbab0c815681cff4bdbfde151953df2242ee7c9.tar.gz cryptography-5cbab0c815681cff4bdbfde151953df2242ee7c9.tar.bz2 cryptography-5cbab0c815681cff4bdbfde151953df2242ee7c9.zip |
typo fix
-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 98578ee2..108ecb6a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -129,7 +129,7 @@ as much as possible. To that end: * When documenting a generic interface, use a strong algorithm in examples. (e.g. when showing a hashing example, don't use :class:`cryptography.hazmat.primitives.hashes.MD5`) -* When giving perscriptive advice, always provide references and supporting +* 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. |