Skip to content

Commit 0f00e82

Browse files
author
Brian Warner
committed
Merge pull request #27 from tochev/patch-1
util.randrange: minor doc fix
2 parents 0eb7892 + 35baffd commit 0f00e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecdsa/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def randrange(order, entropy=None):
2828
2929
Note that this function is not declared to be forwards-compatible: we may
3030
change the behavior in future releases. The entropy= argument (which
31-
should get a callable that behaves like os.entropy) can be used to
31+
should get a callable that behaves like os.urandom) can be used to
3232
achieve stability within a given release (for repeatable unit tests), but
3333
should not be used as a long-term-compatible key generation algorithm.
3434
"""

0 commit comments

Comments
 (0)