diff options
author | Hynek Schlawack <hs@ox.cx> | 2013-10-28 10:16:45 -0700 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2013-10-28 10:16:45 -0700 |
commit | f1db30e87f5bc7591f74c09065b33c769930729d (patch) | |
tree | cff3e24ab6adc7ffe0341e650d84051b8c2f8368 /docs | |
parent | 9d683f71433ca4f2a09052159dc10d2f2dcb3222 (diff) | |
parent | 66ba6017569ae124d65adba75e58f41a4cd68c78 (diff) | |
download | cryptography-f1db30e87f5bc7591f74c09065b33c769930729d.tar.gz cryptography-f1db30e87f5bc7591f74c09065b33c769930729d.tar.bz2 cryptography-f1db30e87f5bc7591f74c09065b33c769930729d.zip |
Merge pull request #189 from alex/docs-emphasis
Emphasize recipes over primitives
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? ------------------------------------ |