]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing space in docs(GH-19866) (GH-19872)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 May 2020 00:05:49 +0000 (17:05 -0700)
committerGitHub <noreply@github.com>
Sun, 3 May 2020 00:05:49 +0000 (17:05 -0700)
Doc/library/random.rst

index c01b2294b04365b63258eaefa0957c1aa092bd10..2149e800e16572e765b4935797b0c23028562161 100644 (file)
@@ -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.