diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 13:11:58 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 13:11:58 (GMT) |
commit | 106c25034a97b268e513d0917b3cbf699b1695b5 (patch) | |
tree | 52f8a89f481df13ce12a08fd54e98fd19641132e /Doc | |
parent | 018e14dfe96612e533736f496fe2858684c3292a (diff) | |
download | cpython-106c25034a97b268e513d0917b3cbf699b1695b5.zip cpython-106c25034a97b268e513d0917b3cbf699b1695b5.tar.gz cpython-106c25034a97b268e513d0917b3cbf699b1695b5.tar.bz2 |
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/random.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index de98c04..29f0e6a 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -90,7 +90,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. .. versionadded:: 2.1 |