summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-08-23 20:12:11 (GMT)
committerFred Drake <fdrake@acm.org>1999-08-23 20:12:11 (GMT)
commit76dd228f52a7ebf70dc1e065fe782ca98698c52d (patch)
tree77d21b03d5168ed9ec9954dc2963300c52a55899 /Doc
parentc924b8d976ae00e54c097b9996f04a0c77f50c9a (diff)
downloadcpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.zip
cpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.tar.gz
cpython-76dd228f52a7ebf70dc1e065fe782ca98698c52d.tar.bz2
whrandom should come immediately after random, not before.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex2
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}