Merge #11555 as_string doc fix from 3.2.

This commit is contained in:
R David Murray 2011-03-15 14:04:00 -04:00
commit ab1dfd68e1
2 changed files with 5 additions and 5 deletions

View file

@ -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