diff options
author | Fred Drake <fdrake@acm.org> | 1997-11-30 05:53:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-11-30 05:53:22 (GMT) |
commit | 798654fc68ea3cdc06c6af56c236db5f71dd7157 (patch) | |
tree | fed92ceb24a501a82a0d37fabd0498a3d7fc900e /Doc/libquopri.tex | |
parent | 2478f9d5a2913303592dbe363b5e61922546ff29 (diff) | |
download | cpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.zip cpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.tar.gz cpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.tar.bz2 |
Added \indexsubitem definition; functions were previously indexed for the
wrong module.
Diffstat (limited to 'Doc/libquopri.tex')
-rw-r--r-- | Doc/libquopri.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libquopri.tex b/Doc/libquopri.tex index 2fbd35a..a7395ec 100644 --- a/Doc/libquopri.tex +++ b/Doc/libquopri.tex @@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file. \indexii{RFC}{1521} \index{MIME!quoted-printable encoding} +\renewcommand{\indexsubitem}{(in module quopri)} + \begin{funcdesc}{decode}{input\, output} Decode the contents of the \var{input} file and write the resulting decoded binary data to the \var{output} file. |