aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-09 18:09:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-09 18:09:26 -0700
commit2f355d156f86d413c062ae06dd8b6fb7b1b8442f (patch)
tree5033ac39f56d9f02de1c77fa9e7bc77dfb37526d /docs/primitives
parentaeb714c5fb12e66a7e5e59150d38d8f083e7ebd4 (diff)
downloadcryptography-2f355d156f86d413c062ae06dd8b6fb7b1b8442f.tar.gz
cryptography-2f355d156f86d413c062ae06dd8b6fb7b1b8442f.tar.bz2
cryptography-2f355d156f86d413c062ae06dd8b6fb7b1b8442f.zip
These are capitalized
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 91f3b7aa..ce3b13e8 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -57,7 +57,7 @@ Insecure Ciphers
.. class:: cryptography.primitives.block.ciphers.TripleDES(key)
- Triple DES (Data encryption standard), sometimes refered to as 3DES, is a
+ Triple DES (Data Encryption Standard), sometimes refered to as 3DES, is a
block cipher standardized by NIST. Triple DES should be considered to be
cryptographically broken and should not be used for new applications, old
applications should strongly consider moving away from it.