From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 May 2020 00:05:49 +0000 (-0700) Subject: Fix missing space in docs(GH-19866) (GH-19872) X-Git-Tag: v3.8.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108e45524d5b2d8aa0d7feb1e593ea061fb36ba4;p=thirdparty%2FPython%2Fcpython.git Fix missing space in docs(GH-19866) (GH-19872) --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index c01b2294b043..2149e800e165 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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.