1
0
mirror of https://github.com/django/django.git synced 2025-08-25 19:29:14 +00:00

[5.2.x] Fixed typo in docs/topics/email.txt.

Backport of f551aeb003ee7f43efffb0e312b014362ce1d7c4 from main.
This commit is contained in:
Mike Edmunds 2025-07-24 09:55:21 -07:00 committed by Sarah Boyce
parent 6e71386118
commit c1356333b6

View File

@ -325,7 +325,7 @@ All parameters are optional and can be set at any time prior to calling the
.. 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