diff options
| author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 15:12:32 +0200 |
|---|---|---|
| committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 15:12:32 +0200 |
| commit | 5bb665f00cbd9522839dfd53c386c7e1a62acfa5 (patch) | |
| tree | 49cae46dea8c7f818bccfa0e1a3ae287318a8db0 | |
| parent | 439e17fb0b0909457d36ee618c844c71c4e33398 (diff) | |
| parent | 985104a20c85e225523489ab8d7d06b6474bb21d (diff) | |
| download | cpython-git-5bb665f00cbd9522839dfd53c386c7e1a62acfa5.tar.gz | |
merge with 3.2
| -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 1d686cfd97..23dbd1f976 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -80,7 +80,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) |
