diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-15 18:02:53 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-15 18:02:53 (GMT) |
commit | 4a0b60c5273451909d8bd6e538c140c9c42593c7 (patch) | |
tree | 06981310160786f980cdfcec7165929025400d94 /Lib/email | |
parent | b78b4d7bf5264ae23f10c750883d7bd97fdb3afb (diff) | |
parent | 7dedcb46441803444a3bdb0f9773d9d9b10186e9 (diff) | |
download | cpython-4a0b60c5273451909d8bd6e538c140c9c42593c7.zip cpython-4a0b60c5273451909d8bd6e538c140c9c42593c7.tar.gz cpython-4a0b60c5273451909d8bd6e538c140c9c42593c7.tar.bz2 |
Merge #11555 as_string doc fix from 3.1.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/message.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/email/message.py b/Lib/email/message.py index 28835d0..2713bc5 100644 --- a/Lib/email/message.py +++ b/Lib/email/message.py @@ -157,8 +157,7 @@ class Message: header. This is a convenience method and may not generate the message exactly - as you intend because by default it mangles lines that begin with - "From ". For more flexibility, use the flatten() method of a + as you intend. For more flexibility, use the flatten() method of a Generator instance. """ from email.generator import Generator |