From: Sandro Tosi Date: Sun, 12 Aug 2012 13:11:58 +0000 (+0200) Subject: it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ X-Git-Tag: v2.7.4rc1~649 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106c25034a97b268e513d0917b3cbf699b1695b5;p=thirdparty%2FPython%2Fcpython.git it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index de98c040d45e..29f0e6a7400f 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