##// END OF EJS Templates
Update docstring to refer to hashlib.
Stefan van der Walt -
Show More
@@ -16,7 +16,8 b" def passwd(passphrase, algorithm='sha1'):"
16 16 passphrase : str
17 17 Password to hash.
18 18 algorithm : str
19 Hashing algorithm to use.
19 Hashing algorithm to use (e.g, 'sha1' or any argument supported
20 by :func:`hashlib.new`).
20 21
21 22 Returns
22 23 -------
General Comments 0
You need to be logged in to leave comments. Login now