it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:11:58 +0000 (15:11 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:11:58 +0000 (15:11 +0200)
Doc/library/random.rst

index de98c040d45e6069dd522b929dee7f83333880d3..29f0e6a7400f71c76c4987240f02b996c29b7fe5 100644 (file)
@@ -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