Mention decode_base64 in example.
This commit is contained in:
parent
bc0cd37fe2
commit
74d25e7d8a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue