diff options
author | Donald Stufft <donald@stufft.io> | 2013-10-27 16:53:34 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-10-28 08:37:33 -0400 |
commit | 95904672deabf6bb16f7fbfa4b068e7337feef14 (patch) | |
tree | 6f68f1509915d05ef252df784e725ad2b2412017 /cryptography | |
parent | ce0d781707979ccb7f6983601c5ccb25d2354582 (diff) | |
download | cryptography-95904672deabf6bb16f7fbfa4b068e7337feef14.tar.gz cryptography-95904672deabf6bb16f7fbfa4b068e7337feef14.tar.bz2 cryptography-95904672deabf6bb16f7fbfa4b068e7337feef14.zip |
Put recipes first
Diffstat (limited to 'cryptography')
-rw-r--r-- | cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index e5eca6c6..cd207fcc 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -19,7 +19,7 @@ __all__ = [ __title__ = "cryptography" __summary__ = ("cryptography is a package designed to expose cryptographic " - "primitives and recipes to Python developers.") + "recipes and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" __version__ = "0.1.dev1" |