From: Fred Drake Date: Sun, 30 Nov 1997 05:23:47 +0000 (+0000) Subject: Updated \indexsubitem; functions had been indexed for the wrong module. X-Git-Tag: v1.5b2~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7730cc067ff7eff237f8e6ca63b62595d45fbf36;p=python Updated \indexsubitem; functions had been indexed for the wrong module. --- diff --git a/Doc/lib/librand.tex b/Doc/lib/librand.tex index 06605661ca..4ba5f17224 100644 --- a/Doc/lib/librand.tex +++ b/Doc/lib/librand.tex @@ -8,6 +8,8 @@ given library's implementation. While still supported for compatibility, the \code{rand} module is now considered obsolete; if possible, use the \code{whrandom} module instead. +\renewcommand{\indexsubitem}{(in module rand)} + \begin{funcdesc}{choice}{seq} Returns a random element from the sequence \var{seq}. \end{funcdesc} diff --git a/Doc/librand.tex b/Doc/librand.tex index 06605661ca..4ba5f17224 100644 --- a/Doc/librand.tex +++ b/Doc/librand.tex @@ -8,6 +8,8 @@ given library's implementation. While still supported for compatibility, the \code{rand} module is now considered obsolete; if possible, use the \code{whrandom} module instead. +\renewcommand{\indexsubitem}{(in module rand)} + \begin{funcdesc}{choice}{seq} Returns a random element from the sequence \var{seq}. \end{funcdesc}