]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whrandom should come immediately after random, not before.
authorFred Drake <fdrake@acm.org>
Mon, 23 Aug 1999 20:12:11 +0000 (20:12 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Aug 1999 20:12:11 +0000 (20:12 +0000)
Doc/lib/lib.tex

index 583937d74697ef7f9cc2ecf16d3bcc79ef5ff994..fba5b24d6ee6161418e7fcdd1c90fe2e8c52297f 100644 (file)
@@ -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}