summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/email.policy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.policy.rst b/Doc/library/email.policy.rst
index b345683..8a41877 100644
--- a/Doc/library/email.policy.rst
+++ b/Doc/library/email.policy.rst
@@ -224,8 +224,8 @@ added matters. To illustrate::
.. attribute:: message_factory
A factory function for constructing a new empty message object. Used
- by the parser when building messages. Defaults to
- :class:`~email.message.Message`.
+ by the parser when building messages. Defaults to ``None``, in
+ which case :class:`~email.message.Message` is used.
.. versionadded:: 3.6