aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-18 10:23:13 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-18 10:23:13 -0700
commit9d64c02c142ed69750f8d04f3dd5849c593e8928 (patch)
treee0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/hazmat/primitives/symmetric-encryption.rst
parent38c42635490d24d7ee88041b52002156c6f5a676 (diff)
parentc5fffd3b33ace832697e2086411dc4e4f1ab03d0 (diff)
downloadcryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.gz
cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.bz2
cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.zip
Merge pull request #827 from public/title-case
Standardise on sentence case for titles
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index 71a1064e..f7e8d5b7 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -1,7 +1,7 @@
.. hazmat:: /fernet
-Symmetric Encryption
+Symmetric encryption
====================
.. currentmodule:: cryptography.hazmat.primitives.ciphers
@@ -130,7 +130,7 @@ Algorithms
:param bytes key: The secret key, This must be kept secret. 40 to 128 bits
in length in increments of 8 bits.
-Weak Ciphers
+Weak ciphers
------------
.. warning::
@@ -372,7 +372,7 @@ Modes
a secret message!
-Insecure Modes
+Insecure modes
--------------
.. warning::