summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-08-12 13:12:32 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-08-12 13:12:32 (GMT)
commit5bb665f00cbd9522839dfd53c386c7e1a62acfa5 (patch)
tree49cae46dea8c7f818bccfa0e1a3ae287318a8db0
parent439e17fb0b0909457d36ee618c844c71c4e33398 (diff)
parent985104a20c85e225523489ab8d7d06b6474bb21d (diff)
downloadcpython-5bb665f00cbd9522839dfd53c386c7e1a62acfa5.zip
cpython-5bb665f00cbd9522839dfd53c386c7e1a62acfa5.tar.gz
cpython-5bb665f00cbd9522839dfd53c386c7e1a62acfa5.tar.bz2
merge with 3.2
-rw-r--r--Doc/library/random.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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)