Fix missing space in docs(GH-19866)

This commit is contained in:
Mathieu Dupuy 2020-05-02 23:50:47 +00:00 committed by GitHub
parent 190fac99c5
commit 8aab84312e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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