summaryrefslogtreecommitdiff
path: root/tests/admin_ordering/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_ordering/tests.py')
-rw-r--r--tests/admin_ordering/tests.py2
1 files changed, 1 insertions, 1 deletions
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')