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

Skip to content

Commit 7c15dbc

Browse files
committed
Mark passwd doctest example as random output
1 parent 967787c commit 7c15dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/lib/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def passwd(passphrase=None, algorithm='sha1'):
4848
Examples
4949
--------
5050
>>> passwd('mypassword')
51-
'sha1:7cf3:b7d6da294ea9592a9480c8f52e63cd42cfb9dd12'
51+
'sha1:7cf3:b7d6da294ea9592a9480c8f52e63cd42cfb9dd12' # random
5252
5353
"""
5454
if passphrase is None:

0 commit comments

Comments
 (0)