Fix missing space in docs(GH-19866) (GH-19872)

This commit is contained in:
Miss Islington (bot) 2020-05-02 17:05:49 -07:00 committed by GitHub
parent 399b9a4a62
commit 108e45524d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.