Commit 7730cc06 authored by Fred Drake's avatar Fred Drake

Updated \indexsubitem; functions had been indexed for the wrong module.

parent 9181190c
......@@ -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}
......
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment