projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018e14d
)
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
author
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:11:58 +0000
(15:11 +0200)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:11:58 +0000
(15:11 +0200)
Doc/library/random.rst
patch
|
blob
|
history
diff --git
a/Doc/library/random.rst
b/Doc/library/random.rst
index de98c040d45e6069dd522b929dee7f83333880d3..29f0e6a7400f71c76c4987240f02b996c29b7fe5 100644
(file)
--- a/
Doc/library/random.rst
+++ b/
Doc/library/random.rst
@@
-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:`
s
etstate` was called.
+ the time :func:`
g
etstate` was called.
.. versionadded:: 2.1