[Python-checkins] cpython (2.7): shorten and fix casing of title

benjamin.peterson python-checkins at python.org
Sun Sep 27 10:23:51 CEST 2015


https://hg.python.org/cpython/rev/56bd41a77fd0
changeset:   98301:56bd41a77fd0
branch:      2.7
parent:      98289:b5bc7e9dab77
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 27 01:23:10 2015 -0700
summary:
  shorten and fix casing of title

files:
  Doc/library/hashlib.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -153,8 +153,8 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list