diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-10 18:52:47 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-10 18:52:47 -0800 |
commit | 872cd9791f344147764e47625faaaefeeceab3dd (patch) | |
tree | c3d65b42d86b17fb7ee369deb8ec1b8a68b708af /docs | |
parent | bc1f8b887e0f9d362f6f6148b72ccdcf92f8e341 (diff) | |
download | cryptography-872cd9791f344147764e47625faaaefeeceab3dd.tar.gz cryptography-872cd9791f344147764e47625faaaefeeceab3dd.tar.bz2 cryptography-872cd9791f344147764e47625faaaefeeceab3dd.zip |
Fixed #576 -- improve the readme
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9114b895..19feb603 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,8 +2,7 @@ Welcome to ``cryptography`` =========================== ``cryptography`` is a Python library which exposes cryptographic recipes and -primitives. We hope it'll be your one-stop-shop for all your cryptographic -needs in Python. +primitives. Our goal is for it to be your "cryptographic standard library". Installation ------------ |