Added \indexsubitem definition; functions were previously indexed for the

wrong module.
This commit is contained in:
Fred Drake 1997-11-30 05:53:22 +00:00
parent 2478f9d5a2
commit 798654fc68
8 changed files with 16 additions and 0 deletions

View file

@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
\indexii{RFC}{1421}
\index{MIME, base 64 encoding}
\renewcommand{\indexsubitem}{(in module base64)}
\begin{funcdesc}{decode}{input\, output}
Decode the contents of the \var{input} file and write the resulting
binary data to the \var{output} file.