commit | 5bb665f00cbd9522839dfd53c386c7e1a62acfa5 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 12 15:12:32 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 12 15:12:32 2012 +0200 |
tree | 49cae46dea8c7f818bccfa0e1a3ae287318a8db0 | |
parent | 439e17fb0b0909457d36ee618c844c71c4e33398 [diff] | |
parent | 985104a20c85e225523489ab8d7d06b6474bb21d [diff] |
merge with 3.2
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 1d686cf..23dbd1f 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst
@@ -80,7 +80,7 @@ *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)