From: Mathieu Dupuy Date: Sat, 2 May 2020 23:50:47 +0000 (+0000) Subject: Fix missing space in docs(GH-19866) X-Git-Tag: v3.9.0b1~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aab84312e6062cda44cc67c2b7c0c0f70119c67;p=thirdparty%2FPython%2Fcpython.git Fix missing space in docs(GH-19866) --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 43a9902f6c11..ab4ca4b3f853 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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.