diff options
author | Fred Drake <fdrake@acm.org> | 1999-08-23 20:12:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-08-23 20:12:11 (GMT) |
commit | 76dd228f52a7ebf70dc1e065fe782ca98698c52d (patch) | |
tree | 77d21b03d5168ed9ec9954dc2963300c52a55899 | |
parent | c924b8d976ae00e54c097b9996f04a0c77f50c9a (diff) | |
download | cpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.zip cpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.tar.gz cpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.tar.bz2 |
whrandom should come immediately after random, not before.
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 583937d..fba5b24 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -115,8 +115,8 @@ add new extensions to Python and how to embed it in other applications. \input{libmisc} % Miscellaneous Services \input{libmath} \input{libcmath} -\input{libwhrandom} \input{librandom} +\input{libwhrandom} %\input{librand} \input{libbisect} \input{libarray} |