summaryrefslogtreecommitdiffstats
path: root/Lib/email/_policybase.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/_policybase.py')
-rw-r--r--Lib/email/_policybase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/_policybase.py b/Lib/email/_policybase.py
index c9cbadd..2ec54fb 100644
--- a/Lib/email/_policybase.py
+++ b/Lib/email/_policybase.py
@@ -152,7 +152,7 @@ class Policy(_PolicyBase, metaclass=abc.ABCMeta):
mangle_from_ -- a flag that, when True escapes From_ lines in the
body of the message by putting a `>' in front of
them. This is used when the message is being
- serialized by a generator. Default: True.
+ serialized by a generator. Default: False.
message_factory -- the class to use to create new message objects.
If the value is None, the default is Message.