summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-15 18:04:00 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-15 18:04:00 (GMT)
commitab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6 (patch)
treee12b217b911aff496e936ab0a8010ed41063a78a /Lib/email
parent3796befe3780b1d2cf66ec36b96167a05ae6c58c (diff)
parent4a0b60c5273451909d8bd6e538c140c9c42593c7 (diff)
downloadcpython-ab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6.zip
cpython-ab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6.tar.gz
cpython-ab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6.tar.bz2
Merge #11555 as_string doc fix from 3.2.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/message.py3
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