]> granicus.if.org Git - python/commitdiff
Mention decode_base64 in example.
authorGuido van Rossum <guido@python.org>
Wed, 30 Jul 1997 22:02:28 +0000 (22:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 30 Jul 1997 22:02:28 +0000 (22:02 +0000)
Lib/mimify.py

index c8af62385d0505a036512e016f1d8372bb1c5631..1e93ade8b819e7e5db5aeba8ffa541368d32b86a 100755 (executable)
@@ -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.