diff options
author | Fred Drake <fdrake@acm.org> | 1997-11-30 05:23:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-11-30 05:23:47 (GMT) |
commit | 7730cc067ff7eff237f8e6ca63b62595d45fbf36 (patch) | |
tree | 287121deaed28aa0330418e9507e129f89f46d88 /Doc/librand.tex | |
parent | 9181190c76454152eed4471321dccd7d0b7ac5e9 (diff) | |
download | cpython-7730cc067ff7eff237f8e6ca63b62595d45fbf36.zip cpython-7730cc067ff7eff237f8e6ca63b62595d45fbf36.tar.gz cpython-7730cc067ff7eff237f8e6ca63b62595d45fbf36.tar.bz2 |
Updated \indexsubitem; functions had been indexed for the wrong module.
Diffstat (limited to 'Doc/librand.tex')
-rw-r--r-- | Doc/librand.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/librand.tex b/Doc/librand.tex index 0660566..4ba5f17 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} |