1
0
mirror of https://github.com/django/django.git synced 2025-08-21 17:29:13 +00:00

Fixed typo in docs/topics/email.txt.

This commit is contained in:
Mike Edmunds 2025-07-24 09:55:21 -07:00 committed by Sarah Boyce
parent 485f483d49
commit f551aeb003

View File

@ -354,7 +354,7 @@ The following parameters must be given as keyword arguments if used:
.. versionchanged:: 5.2
Support for :class:`~django.core.mail.EmailAttachment` items of
``attachments`` were added.
``attachments`` was added.
* ``headers``: A dictionary of extra headers to put on the message. The
keys are the header name, values are the header values. It's up to the