From f551aeb003ee7f43efffb0e312b014362ce1d7c4 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Thu, 24 Jul 2025 09:55:21 -0700 Subject: [PATCH] Fixed typo in docs/topics/email.txt. --- 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 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