File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ sending a graphics file.
34
34
35
35
Encode the contents of the *input * file and write the resulting quoted-printable
36
36
data to the *output * file. *input * and *output * must be
37
- :term: `binary file objects <file object> `. *quotetabs *, a flag which controls
38
- whether to encode embedded spaces and tabs must be provideda and when true it
39
- encodes such embedded whitespace, and when false it leaves them unencoded.
37
+ :term: `binary file objects <file object> `. *quotetabs *, a
38
+ non-optional flag which controls whether to encode embedded spaces
39
+ and tabs; when true it encodes such embedded whitespace, and when
40
+ false it leaves them unencoded.
40
41
Note that spaces and tabs appearing at the end of lines are always encoded,
41
42
as per :rfc: `1521 `. *header * is a flag which controls if spaces are encoded
42
43
as underscores as per :rfc: `1522 `.
You can’t perform that action at this time.
0 commit comments