shorten and fix casing of title
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index e0a877a..8492422 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -176,8 +176,8 @@
compute the digests of data sharing a common initial substring.
-Key Derivation Function
------------------------
+Key derivation
+--------------
Key derivation and key stretching algorithms are designed for secure password
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against