aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-24 18:15:37 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-24 18:15:37 -0700
commit9bab8bd3c0ca26a83151c12fd2fb7f5fb0929b4a (patch)
tree029ec13f0a8c9989301c714bf9ab1a077e5a5be8 /docs/index.rst
parenta9b86905bfc3207aeed99c34ff2d49b5541983c9 (diff)
downloadcryptography-9bab8bd3c0ca26a83151c12fd2fb7f5fb0929b4a.tar.gz
cryptography-9bab8bd3c0ca26a83151c12fd2fb7f5fb0929b4a.tar.bz2
cryptography-9bab8bd3c0ca26a83151c12fd2fb7f5fb0929b4a.zip
comma comma comma (#3595)
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 0b40b907..82099dc5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,8 @@
Welcome to ``pyca/cryptography``
================================
-``cryptography`` includes both high level recipes, and low level interfaces to
-common cryptographic algorithms such as symmetric ciphers, message digests and
+``cryptography`` includes both high level recipes and low level interfaces to
+common cryptographic algorithms such as symmetric ciphers, message digests, and
key derivation functions. For example, to encrypt something with
``cryptography``'s high level symmetric encryption recipe: