Skip to content

Commit 108e455

Browse files
Fix missing space in docs(GH-19866) (GH-19872)
1 parent 399b9a4 commit 108e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Bookkeeping functions
102102
.. function:: getrandbits(k)
103103

104104
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
105+
the Mersenne Twister generator and some other generators may also provide it
106106
as an optional part of the API. When available, :meth:`getrandbits` enables
107107
:meth:`randrange` to handle arbitrarily large ranges.
108108

0 commit comments

Comments
 (0)