aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 11:31:43 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 11:31:43 -0700
commit1e3f81fe709067b94ddbabc23b16563ee6a44c68 (patch)
treec26caee060ecf9ea939ee8605f2d37df5048869f /docs/primitives
parenta4f529e2dbbe5e30b77c1f41ea203012f49b064b (diff)
downloadcryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.tar.gz
cryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.tar.bz2
cryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.zip
All caps
Diffstat (limited to 'docs/primitives')
-rw-r--r--docs/primitives/symmetric-encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst
index 7c77f295..182c9e46 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -34,7 +34,7 @@ Ciphers
.. class:: cryptography.primitives.aes.AES(key)
- AES (Advanced encryption standard) is a block cipher standardized by NIST.
+ AES (Advanced Encryption Standard) is a block cipher standardized by NIST.
AES is both fast, and cryptographically strong. It is a good default
choice for encryption.