diff options
Diffstat (limited to 'Doc/libbase64.tex')
-rw-r--r-- | Doc/libbase64.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libbase64.tex b/Doc/libbase64.tex index ab00ded..edd1920 100644 --- a/Doc/libbase64.tex +++ b/Doc/libbase64.tex @@ -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. |