[Python-checkins] cpython (3.4): grammar and sentence flow fix

benjamin.peterson python-checkins at python.org
Tue May 27 00:48:25 CEST 2014


http://hg.python.org/cpython/rev/4b3f8a41ce65
changeset:   90858:4b3f8a41ce65
branch:      3.4
parent:      90856:7036ce74b98f
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon May 26 15:48:12 2014 -0700
summary:
  grammar and sentence flow fix

files:
  Doc/library/hashlib.rst |  3 +--
  1 files changed, 1 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
@@ -197,8 +197,7 @@
    a proper source, e.g. :func:`os.urandom`.
 
    The number of *rounds* should be chosen based on the hash algorithm and
-   computing power. As of 2013 a value of at least 100,000 rounds of SHA-256
-   have been suggested.
+   computing power. As of 2013, at least 100,000 rounds of SHA-256 is suggested.
 
    *dklen* is the length of the derived key. If *dklen* is ``None`` then the
    digest size of the hash algorithm *name* is used, e.g. 64 for SHA-512.

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


More information about the Python-checkins mailing list