summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Edmunds <medmunds@gmail.com>2025-07-24 09:55:21 -0700
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-07-25 13:30:59 +0200
commitf551aeb003ee7f43efffb0e312b014362ce1d7c4 (patch)
treef17330c685c932c2dd911458b8104fcb013dbe17 /docs
parent485f483d49144a2ea5401442bc3b937a370b3ca6 (diff)
Fixed typo in docs/topics/email.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 3dce2ec38d..44f311ae37 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -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