diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 06:46:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 06:46:51 (GMT) |
commit | 13beac1289eeb02c61e6ea38b06242b3416b11e8 (patch) | |
tree | a10e880f7e5efac6e0295f24b09a796668ba65d5 /Doc/lib/libbase64.tex | |
parent | 85ea68b2a21b93633f88008c8f9668729f48090b (diff) | |
download | cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.zip cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.tar.gz cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.tar.bz2 |
Removed obsolete \setindexsubitem macros.
Diffstat (limited to 'Doc/lib/libbase64.tex')
-rw-r--r-- | Doc/lib/libbase64.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index 99fb09b..dca25d0 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -15,7 +15,6 @@ output produced by the \program{uuencode} program. For example, the string \code{'www.python.org'} is encoded as the string \code{'d3d3LnB5dGhvbi5vcmc=\e n'}. -\setindexsubitem{(in module base64)} \begin{funcdesc}{decode}{input, output} Decode the contents of the \var{input} file and write the resulting |