aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-18 15:29:00 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-18 15:31:46 +0000
commitc5fffd3b33ace832697e2086411dc4e4f1ab03d0 (patch)
treee0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/hazmat/primitives/cryptographic-hashes.rst
parent38c42635490d24d7ee88041b52002156c6f5a676 (diff)
downloadcryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.gz
cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.bz2
cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.zip
Standardise on sentence case for titles
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index b7eee2f5..c318feeb 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -1,6 +1,6 @@
.. hazmat::
-Message Digests
+Message digests
===============
.. currentmodule:: cryptography.hazmat.primitives.hashes
@@ -90,7 +90,7 @@ SHA-1
SHA-1 is a cryptographic hash function standardized by NIST. It produces an
160-bit message digest.
-SHA-2 Family
+SHA-2 family
~~~~~~~~~~~~
.. class:: SHA224()