aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-29 23:03:10 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-30 00:03:10 -0400
commitece3af1aa544d931e21a56304904c2029fc4e016 (patch)
treeefde2146876a6a944388708c248e2e37bc57d177 /docs/index.rst
parent1d08e5104a441eb8d13baaac832dad3174f1ec9f (diff)
downloadcryptography-ece3af1aa544d931e21a56304904c2029fc4e016.tar.gz
cryptography-ece3af1aa544d931e21a56304904c2029fc4e016.tar.bz2
cryptography-ece3af1aa544d931e21a56304904c2029fc4e016.zip
for humans is irritating, let's stop saying it (#3647)
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
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