From 0d912258921a442c48d5787228db2db5af7e8fa5 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 15:25:53 +0100 Subject: Fixed many typos in comments and docstrings. Thanks Piotr Kasprzyk for help with the patch. --- tests/admin_ordering/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_ordering/tests.py') diff --git a/tests/admin_ordering/tests.py b/tests/admin_ordering/tests.py index acd1a5ccdb..7a6efb0b4d 100644 --- a/tests/admin_ordering/tests.py +++ b/tests/admin_ordering/tests.py @@ -58,7 +58,7 @@ class TestAdminOrdering(TestCase): def test_dynamic_ordering(self): """ - Let's use a custom ModelAdmin that changes the ordering dinamically. + Let's use a custom ModelAdmin that changes the ordering dynamically. """ super_user = User.objects.create(username='admin', is_superuser=True) other_user = User.objects.create(username='other') -- cgit v1.3