aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-28 10:11:21 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-28 10:11:21 -0700
commit66ba6017569ae124d65adba75e58f41a4cd68c78 (patch)
treecff3e24ab6adc7ffe0341e650d84051b8c2f8368
parent9d683f71433ca4f2a09052159dc10d2f2dcb3222 (diff)
downloadcryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.tar.gz
cryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.tar.bz2
cryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.zip
reorder
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 23e966d1..4fd5d3be 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,8 +5,8 @@ Welcome to ``cryptography``
``cryptography`` is very young, and very incomplete.
-``cryptography`` is a Python library which exposes cryptographic primitives and
-recipes.
+``cryptography`` is a Python library which exposes cryptographic recipes and
+primitives.
Why a new crypto library for Python?
------------------------------------