summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-09-27 08:23:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-09-27 08:23:10 (GMT)
commit9b4865ad2bc724230ebc03794586f47ca3671ce7 (patch)
treec93e457fad73734a10c1dd5111921a2e91c15a0c /Doc
parent0c58d31ba1080aa4308f9352e1609876286bc9db (diff)
downloadcpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.zip
cpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.tar.gz
cpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.tar.bz2
shorten and fix casing of title
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/hashlib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index e33ef50..9c6c4b9 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -153,8 +153,8 @@ A hash object has the following methods:
compute the digests of strings that share 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