diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-12 09:33:18 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-12 09:33:18 -0400 |
commit | d8d91d40e2ca928f763836d319fc0008d5a933c0 (patch) | |
tree | 5277a774a44147aa7c59c3cedf17424233e64ed9 | |
parent | f88413a7d2d4483ad532492530262a185a053b3f (diff) | |
download | cryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.tar.gz cryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.tar.bz2 cryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.zip |
Nit for Hynek
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0aff9ad6..34996d7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Why a new crypto library for Python? We wanted to address a few issues with existing cryptography libraries in Python: -* Lack of PyPy and Python3 support. +* Lack of PyPy and Python 3 support. * Lack of maintenance. * Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). |