From 1ad406a9b5bc91aa828ee77a954f7e71030d4853 Mon Sep 17 00:00:00 2001 From: medmunds Date: Thu, 6 Sep 2018 17:16:16 -0700 Subject: [PATCH] Docs: fix typo in SendGrid --- docs/esps/sendgrid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index 34bf49f..958ad90 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -265,7 +265,7 @@ You can use either type of SendGrid stored template by setting a message's When you supply per-recipient :attr:`~anymail.message.AnymailMessage.merge_data`, Anymail automatically changes how it communicates the "to" list to SendGrid, so that -so that each recipient sees only their own email address. (Anymail creates a separate +each recipient sees only their own email address. (Anymail creates a separate "personalization" for each recipient in the "to" list; any cc's or bcc's will be duplicated for *every* to-recipient.)