diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-08 10:52:46 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-08 10:52:46 -0800 |
commit | ba72c387d037745eeefedbe3bf66f183bbe895dd (patch) | |
tree | 1656a87f8bc4789ba67d0b4383a5d1efaf412e73 /docs/contributing.rst | |
parent | 44f391a81a5df4f38002cbcf611782b93193ec3b (diff) | |
parent | 953ebf8ab4b14c96ce921caea6a619dbf69dfa77 (diff) | |
download | cryptography-ba72c387d037745eeefedbe3bf66f183bbe895dd.tar.gz cryptography-ba72c387d037745eeefedbe3bf66f183bbe895dd.tar.bz2 cryptography-ba72c387d037745eeefedbe3bf66f183bbe895dd.zip |
Merge pull request #288 from alex/more-docs
Improved the docs -- more glossary entries, more advice for writing docs
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 97f31e0b..4647818a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -141,6 +141,9 @@ should begin with the "Hazardous Materials" warning: .. hazmat:: +When referring to a hypothetical individual (such as "a person receiving an +encrypted message") use gender neutral pronouns (they/them/their). + Development Environment ----------------------- |