From c5fffd3b33ace832697e2086411dc4e4f1ab03d0 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Tue, 18 Mar 2014 15:29:00 +0000 Subject: Standardise on sentence case for titles --- docs/hazmat/primitives/cryptographic-hashes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst') 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() -- cgit v1.2.3