diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 08:19:05 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 08:19:05 -0400 |
commit | ec4ba7385752812d2acd113fc7f2e1529402c504 (patch) | |
tree | 8a0ab80345f23236ace0981fc789eb5c17240afc | |
parent | 3538fdbc5c85485628ac220f1287537b01fb6b11 (diff) | |
download | cryptography-ec4ba7385752812d2acd113fc7f2e1529402c504.tar.gz cryptography-ec4ba7385752812d2acd113fc7f2e1529402c504.tar.bz2 cryptography-ec4ba7385752812d2acd113fc7f2e1529402c504.zip |
Better gramar
-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 99851577..c7f02da7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,7 @@ Python: * Lack of PyPy support * Lack of maintenance -* Use poor implementations of algorithms (i.e. ones with known side-channel +* Use of poor implementations of algorithms (i.e. ones with known side-channel attacks) * Lack of high level, "Cryptography for humans", APIs |