1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed several typos in Django

This commit is contained in:
Alex Gaynor
2014-05-28 17:39:14 -07:00
parent e79725cdf9
commit 1dcc603eff
34 changed files with 40 additions and 40 deletions

View File

@@ -216,7 +216,7 @@ class SubscriberAdmin(admin.ModelAdmin):
def mail_admin(self, request, selected):
EmailMessage(
'Greetings from a ModelAdmin action',
'This is the test email from a admin action',
'This is the test email from an admin action',
'from@example.com',
['to@example.com']
).send()