1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[2.1.x] Fixed typos in comments and docs.

Backport of 97e637a87f from master
This commit is contained in:
luz.paz
2018-08-01 12:55:53 -04:00
committed by Tim Graham
parent 7da1e45dc5
commit adfd261404
19 changed files with 21 additions and 22 deletions

View File

@@ -370,7 +370,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: