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

Skip to content

Commit 20f53f1

Browse files
committed
#11848: replace dead link in random.betavariate comment.
1 parent 60adf95 commit 20f53f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def gauss(self, mu, sigma):
578578

579579
## -------------------- beta --------------------
580580
## See
581-
## http://sourceforge.net/bugs/?func=detailbug&bug_id=130030&group_id=5470
581+
## http://mail.python.org/pipermail/python-bugs-list/2001-January/003752.html
582582
## for Ivan Frohne's insightful analysis of why the original implementation:
583583
##
584584
## def betavariate(self, alpha, beta):

0 commit comments

Comments
 (0)