diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 14:45:10 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 14:45:10 -0600 |
commit | f3b57e38ed3fd70dcb188a9eb6b84cf7cee01f85 (patch) | |
tree | 3541dbe0b046d4522c4ac3806fb59cc07134fc08 /docs | |
parent | 446cc2ab9138811a464175767ef30bb110035ff4 (diff) | |
download | cryptography-f3b57e38ed3fd70dcb188a9eb6b84cf7cee01f85.tar.gz cryptography-f3b57e38ed3fd70dcb188a9eb6b84cf7cee01f85.tar.bz2 cryptography-f3b57e38ed3fd70dcb188a9eb6b84cf7cee01f85.zip |
one more style fix
Diffstat (limited to 'docs')
-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 d94e2fce..86cd42c6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ You can install ``cryptography`` with ``pip``: $ pip install cryptography -See :doc:`Installation<installation>` for more information. +See :doc:`Installation <installation>` for more information. Why a new crypto library for Python? ------------------------------------ |