diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-22 13:45:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-22 13:45:09 (GMT) |
commit | 180b68b3cfa8fdabe6fbc0a258b815414b6334dc (patch) | |
tree | 7184d3bf4bf7ceb363e71f3523f194e2bda10d78 /Doc/lib/libbase64.tex | |
parent | 76991ec75abb3bfb1f72be884c82679aa0faba4a (diff) | |
download | cpython-180b68b3cfa8fdabe6fbc0a258b815414b6334dc.zip cpython-180b68b3cfa8fdabe6fbc0a258b815414b6334dc.tar.gz cpython-180b68b3cfa8fdabe6fbc0a258b815414b6334dc.tar.bz2 |
More reasonable section titles.
Diffstat (limited to 'Doc/lib/libbase64.tex')
-rw-r--r-- | Doc/lib/libbase64.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index aa68c04..0a193c1 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -1,9 +1,9 @@ \section{\module{base64} --- - Encode and decode MIME base64 encoding.} + Encode and decode MIME base64 data} + \declaremodule{standard}{base64} +\modulesynopsis{Encode and decode files using the MIME base64 data.} -\modulesynopsis{Encode and decode files using the MIME base64 -encoding.} \indexii{base64}{encoding} \index{MIME!base64 encoding} |