Skip to content

Commit 3e0e92d

Browse files
authored
Upsdated doc for passwd (#6209)
1 parent 46f40e7 commit 3e0e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/auth/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def passwd(passphrase=None, algorithm='argon2'):
4343
4444
Examples
4545
--------
46-
>>> passwd('mypassword')
46+
>>> passwd('mypassword', algorithm='sha1')
4747
'sha1:7cf3:b7d6da294ea9592a9480c8f52e63cd42cfb9dd12'
4848
4949
"""

0 commit comments

Comments
 (0)