diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-28 10:11:21 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-28 10:11:21 -0700 |
commit | 66ba6017569ae124d65adba75e58f41a4cd68c78 (patch) | |
tree | cff3e24ab6adc7ffe0341e650d84051b8c2f8368 /docs | |
parent | 9d683f71433ca4f2a09052159dc10d2f2dcb3222 (diff) | |
download | cryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.tar.gz cryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.tar.bz2 cryptography-66ba6017569ae124d65adba75e58f41a4cd68c78.zip |
reorder
Diffstat (limited to 'docs')
-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 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? ------------------------------------ |