Skip to content

Commit e04ca3c

Browse files
author
Rich Leland
committed
Fix doc items based on review
1 parent e52a51f commit e04ca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/django/backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you need to add cc, bcc, reply to, or attachments, use the `EmailMultiAlterna
5252
5353
email = EmailMultiAlternatives(
5454
subject='hello from sparkpost',
55-
message='Woo hoo! Sent from Django!'
55+
body='Woo hoo! Sent from Django!',
5656
from_email='[email protected]',
5757
5858

0 commit comments

Comments
 (0)