summaryrefslogtreecommitdiff
path: root/tests/pagination/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pagination/tests.py')
-rw-r--r--tests/pagination/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pagination/tests.py b/tests/pagination/tests.py
index 987e713405..48d4acbb11 100644
--- a/tests/pagination/tests.py
+++ b/tests/pagination/tests.py
@@ -376,7 +376,7 @@ class ModelPaginationTests(TestCase):
def test_paginating_unordered_object_list_raises_warning(self):
"""
- Unordered object list warning with an object that has an orderd
+ Unordered object list warning with an object that has an ordered
attribute but not a model attribute.
"""
class ObjectList: