From: Sandro Tosi Date: Sun, 12 Aug 2012 13:12:15 +0000 (+0200) Subject: it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ X-Git-Tag: v3.3.0rc1~136^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=985104a20c85e225523489ab8d7d06b6474bb21d;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 5aa126270adf..3a7f131fdbbf 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -74,7 +74,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)