Browse Source

merge with 3.2

pull/2332/head
Sandro Tosi 14 years ago
parent
commit
5bb665f00c
  1. 2
      Doc/library/random.rst

2
Doc/library/random.rst

@ -80,7 +80,7 @@ Bookkeeping functions:
*state* should have been obtained from a previous call to :func:`getstate`, and
:func:`setstate` restores the internal state of the generator to what it was at
the time :func:`setstate` was called.
the time :func:`getstate` was called.
.. function:: getrandbits(k)

Loading…
Cancel
Save