[New-bugs-announce] [issue3470] Wrong name for getrandbits in docstring and documentation

Fredrik Johansson report at bugs.python.org
Wed Jul 30 12:43:26 CEST 2008


New submission from Fredrik Johansson <fredrik.johansson at gmail.com>:

The docstring for random.Random mentions a method getrandombits().
Surely this should be getrandbits()?

This ghost method is also mentioned in the Library Reference page for
the random module.

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 70421
nosy: fredrikj, georg.brandl
severity: normal
status: open
title: Wrong name for getrandbits in docstring and documentation
versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3470>
_______________________________________


More information about the New-bugs-announce mailing list