Issue 1081370: Bad reference in whrandom docs (original) (raw)

Issue1081370

Created on 2004-12-08 14:01 by larsga, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23610 - (view) Author: Lars Marius Garshol (larsga) (Python triager) Date: 2004-12-08 14:01
The third paragraph of the documentation of the whrandom module has a sentence saying: "Instances of the whrandom class conform to the Random Number Generator interface described in section ." The section name/number and link are missing.
msg23611 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-10 17:24
Logged In: YES user_id=80475 Fixed. See Doc/lib/libwhrandom.tex 1.15.30.1 Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41298
2004-12-08 14:01:41 larsga create