commit | 9f396b605ec03fc5af100222f1b0a9063ac02a0b | [log] [tgz] |
---|---|---|
author | leodema <leodema@users.noreply.github.com> | Sun Jun 04 07:41:41 2017 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sun Jun 04 07:41:41 2017 +0100 |
tree | fd3f5f2cc49674d008fc39cddd86ae6fb96447b7 | |
parent | 21c2dd7cf8414c903f0e83cf1d6b7f02f645f422 [diff] |
fix comment (#1798)
diff --git a/Lib/random.py b/Lib/random.py index b54d524..e1c2c2b 100644 --- a/Lib/random.py +++ b/Lib/random.py
@@ -540,7 +540,7 @@ return x * beta elif alpha == 1.0: - # expovariate(1) + # expovariate(1/beta) u = random() while u <= 1e-7: u = random()