From: Fred Drake Date: Mon, 23 Aug 1999 20:12:11 +0000 (+0000) Subject: whrandom should come immediately after random, not before. X-Git-Tag: v1.6a1~983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76dd228f52a7ebf70dc1e065fe782ca98698c52d;p=thirdparty%2FPython%2Fcpython.git whrandom should come immediately after random, not before. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 583937d74697..fba5b24d6ee6 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}