summaryrefslogtreecommitdiff
path: root/Lib/email/message.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-03-15 15:23:30 -0400
committerBarry Warsaw <barry@python.org>2011-03-15 15:23:30 -0400
commit5b2c8768427604be12c285e76b93524e927dc483 (patch)
tree84f6ae0ca0b4c904d11a98e7b30224cad2ddd482 /Lib/email/message.py
parent254800e1502a5567c8f7c8b3d8c4f0d17b3638e3 (diff)
parentab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6 (diff)
downloadcpython-git-5b2c8768427604be12c285e76b93524e927dc483.tar.gz
Merged
Diffstat (limited to 'Lib/email/message.py')
-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 28835d09d9..2713bc5d35 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