Commit 9365f115 authored by Sandro Tosi's avatar Sandro Tosi

it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@

parent f4eecab4
...@@ -74,7 +74,7 @@ Bookkeeping functions: ...@@ -74,7 +74,7 @@ Bookkeeping functions:
*state* should have been obtained from a previous call to :func:`getstate`, and *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 :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) .. function:: getrandbits(k)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment