diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-08-01 12:55:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-01 16:09:22 -0400 |
| commit | 97e637a87fb45c4de970cca6cb783d93473c9d15 (patch) | |
| tree | f2bc4b9a102aa1277005ee469b6f7e390c925c8d /tests/pagination | |
| parent | 4263cd0e095c55a1011e5bf0746d651126a8da5f (diff) | |
Fixed typos in comments and docs.
Diffstat (limited to 'tests/pagination')
| -rw-r--r-- | tests/pagination/tests.py | 2 |
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: |
