diff options
Diffstat (limited to 'Doc/lib/emailmessage.tex')
| -rw-r--r-- | Doc/lib/emailmessage.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index dbd1afd..7618b20 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -561,7 +561,7 @@ to calling this method, the object's payload was \code{None} will be the argument \var{payload}. If the object's payload was already a list -(i.e. \method{is_multipart()} returns 1), then \var{payload} is +(i.e. \method{is_multipart()} returns \code{True}), then \var{payload} is appended to the end of the existing payload list. For any other type of existing payload, \method{add_payload()} will |
