aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-12 09:33:18 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-12 09:33:18 -0400
commitd8d91d40e2ca928f763836d319fc0008d5a933c0 (patch)
tree5277a774a44147aa7c59c3cedf17424233e64ed9 /docs
parentf88413a7d2d4483ad532492530262a185a053b3f (diff)
downloadcryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.tar.gz
cryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.tar.bz2
cryptography-d8d91d40e2ca928f763836d319fc0008d5a933c0.zip
Nit for Hynek
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
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).