From 1dcc603efff8229838f27019668d864a0bcbfa59 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 May 2014 17:39:14 -0700 Subject: Fixed several typos in Django --- tests/admin_views/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_views') diff --git a/tests/admin_views/admin.py b/tests/admin_views/admin.py index a5b3df3b9e..db186f6027 100644 --- a/tests/admin_views/admin.py +++ b/tests/admin_views/admin.py @@ -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() -- cgit v1.3