diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-29 23:03:10 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-30 00:03:10 -0400 |
commit | ece3af1aa544d931e21a56304904c2029fc4e016 (patch) | |
tree | efde2146876a6a944388708c248e2e37bc57d177 | |
parent | 1d08e5104a441eb8d13baaac832dad3174f1ec9f (diff) | |
download | cryptography-ece3af1aa544d931e21a56304904c2029fc4e016.tar.gz cryptography-ece3af1aa544d931e21a56304904c2029fc4e016.tar.bz2 cryptography-ece3af1aa544d931e21a56304904c2029fc4e016.zip |
for humans is irritating, let's stop saying it (#3647)
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9a881ca7..9ff8664e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,8 +38,8 @@ Layout ------ ``cryptography`` is broadly divided into two levels. One with safe -cryptographic recipes, "cryptography for humans" if you will. These are safe -and easy to use and don't require developers to make many decisions. +cryptographic recipes that require little to no configuration choices. These +are safe and easy to use and don't require developers to make many decisions. The other level is low-level cryptographic primitives. These are often dangerous and can be used incorrectly. They require making decisions and having |