From c1356333b6929473a5ce8e539a8cbe8beb2cb485 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Thu, 24 Jul 2025 09:55:21 -0700 Subject: [PATCH] [5.2.x] Fixed typo in docs/topics/email.txt. Backport of f551aeb003ee7f43efffb0e312b014362ce1d7c4 from main. --- docs/topics/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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