Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ccff4d

Browse files
committed
oxford comma
1 parent 1a2cf9a commit 0ccff4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/hashlib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Key Derivation Function
180180
-----------------------
181181

182182
Key derivation and key stretching algorithms are designed for secure password
183-
hashing. Naive algorithms such as ``sha1(password)`` are not resistant
184-
against brute-force attacks. A good password hashing function must be tunable,
185-
slow and include a salt.
183+
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
184+
brute-force attacks. A good password hashing function must be tunable, slow, and
185+
include a salt.
186186

187187

188188
.. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None)

0 commit comments

Comments
 (0)