Skip to content

Commit 8aab843

Browse files
authored
Fix missing space in docs(GH-19866)
1 parent 190fac9 commit 8aab843

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
@@ -107,7 +107,7 @@ Bookkeeping functions
107107
.. function:: getrandbits(k)
108108

109109
Returns a Python integer with *k* random bits. This method is supplied with
110-
the MersenneTwister generator and some other generators may also provide it
110+
the Mersenne Twister generator and some other generators may also provide it
111111
as an optional part of the API. When available, :meth:`getrandbits` enables
112112
:meth:`randrange` to handle arbitrarily large ranges.
113113

0 commit comments

Comments
 (0)