diff options
| -rw-r--r-- | docs/topics/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index d8e8f177d5..e6d297058c 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -409,7 +409,7 @@ email backend API :ref:`provides an alternative an exception. It will return ``1`` if the message was sent successfully, otherwise ``0``. - .. method:: message(policy=email.policy.default) + .. method:: message(*, policy=email.policy.default) Constructs and returns a Python :class:`email.message.EmailMessage` object representing the message to be sent. |
