diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-28 17:39:14 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-28 17:39:14 -0700 |
| commit | 1dcc603efff8229838f27019668d864a0bcbfa59 (patch) | |
| tree | 8c67764f440faeb095143498383ca57ecd4f09be /tests/admin_views/admin.py | |
| parent | e79725cdf90e3271626ed66f70b63640d3fcc521 (diff) | |
Fixed several typos in Django
Diffstat (limited to 'tests/admin_views/admin.py')
| -rw-r--r-- | tests/admin_views/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
