Fix missing space in docs(GH-19866) (GH-19872)
This commit is contained in:
parent
399b9a4a62
commit
108e45524d
|
@ -102,7 +102,7 @@ Bookkeeping functions
|
|||
.. function:: getrandbits(k)
|
||||
|
||||
Returns a Python integer with *k* random bits. This method is supplied with
|
||||
the MersenneTwister generator and some other generators may also provide it
|
||||
the Mersenne Twister generator and some other generators may also provide it
|
||||
as an optional part of the API. When available, :meth:`getrandbits` enables
|
||||
:meth:`randrange` to handle arbitrarily large ranges.
|
||||
|
||||
|
|
Loading…
Reference in New Issue