Fixed typos in comments and docs.

This commit is contained in:
luz.paz 2018-08-01 12:55:53 -04:00 committed by Tim Graham
parent 4263cd0e09
commit 97e637a87f
20 changed files with 22 additions and 23 deletions

View file

@ -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: