Commit 01753ecf authored by Guido van Rossum's avatar Guido van Rossum

Mention decode_base64 in example.

parent d9938c01
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment