]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing space in docs(GH-19866)
authorMathieu Dupuy <deronnax@users.noreply.github.com>
Sat, 2 May 2020 23:50:47 +0000 (23:50 +0000)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 23:50:47 +0000 (16:50 -0700)
Doc/library/random.rst

index 43a9902f6c11f4e1609a1e628331cc9446d2a1d4..ab4ca4b3f8532829ec1a48e1e0948edaf9ef0fe5 100644 (file)
@@ -107,7 +107,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.