Mention decode_base64 in example.

This commit is contained in:
Guido van Rossum 1997-07-30 22:02:28 +00:00
parent bc0cd37fe2
commit 74d25e7d8a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ quoted-printable.
Usage:
mimify(input, output)
unmimify(input, output)
unmimify(input, output, decode_base64 = 0)
to encode and decode respectively. Input and output may be the name
of a file or an open file object. Only a readline() method is used
on the input file, only a write() method is used on the output file.