We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399b9a4 commit 108e455Copy full SHA for 108e455
Doc/library/random.rst
@@ -102,7 +102,7 @@ Bookkeeping functions
102
.. function:: getrandbits(k)
103
104
Returns a Python integer with *k* random bits. This method is supplied with
105
- the MersenneTwister generator and some other generators may also provide it
+ the Mersenne Twister generator and some other generators may also provide it
106
as an optional part of the API. When available, :meth:`getrandbits` enables
107
:meth:`randrange` to handle arbitrarily large ranges.
108
0 commit comments