Skip to content

Commit b3262a5

Browse files
avinasshrichleland
authored andcommitted
Add a missing comma to Django docs
1 parent d420c3e commit b3262a5

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
@@ -38,7 +38,7 @@ Django is now configured to use the SparkPost email backend. You can now send ma
3838
3939
send_mail(
4040
subject='Hello from SparkPost',
41-
message='Woo hoo! Sent from Django!'
41+
message='Woo hoo! Sent from Django!',
4242
from_email='[email protected]',
4343
recipient_list=['[email protected]'],
4444
html_message='<p>Hello Rock stars!</p>',

0 commit comments

Comments
 (0)