mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed typos in comments and docs.
This commit is contained in:
parent
4263cd0e09
commit
97e637a87f
20 changed files with 22 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue