summaryrefslogtreecommitdiff
path: root/docs/topics
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:32:23 +0200
commitc1356333b6929473a5ce8e539a8cbe8beb2cb485 (patch)
treea32dc2a2a8a70505d45976c4487097ace866c624 /docs/topics
parent6e71386118b1e9af0bf60b75ad9549aa5df2192d (diff)
[5.2.x] Fixed typo in docs/topics/email.txt.
Backport of f551aeb003ee7f43efffb0e312b014362ce1d7c4 from main.
Diffstat (limited to 'docs/topics')
-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 18608dbdcf..e4a9fca330 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -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