bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859)

Signed-off-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
(cherry picked from commit 31e8d69bfe)

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-04-16 14:32:32 -07:00 committed by Victor Stinner
parent cd46b09b08
commit a6fce19968
1 changed files with 5 additions and 0 deletions

View File

@ -310,6 +310,11 @@ be found in any statistics text.
Alternative Generator Alternative Generator
--------------------- ---------------------
.. class:: Random([seed])
Class that implements the default pseudo-random number generator used by the
:mod:`random` module.
.. class:: SystemRandom([seed]) .. class:: SystemRandom([seed])
Class that uses the :func:`os.urandom` function for generating random numbers Class that uses the :func:`os.urandom` function for generating random numbers