]> granicus.if.org Git - python/commitdiff
grammar and sentence flow fix
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:48:12 +0000 (15:48 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:48:12 +0000 (15:48 -0700)
Doc/library/hashlib.rst

index 39024af5100ef1ed47c3396d27246cc161f65e87..e0a877a71d0d0a60776c9933d58f7399b585c44c 100644 (file)
@@ -197,8 +197,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
    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.