mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
|
@ -286,7 +286,7 @@ class ModelPaginationTests(TestCase):
|
|||
|
||||
def test_page_getitem(self):
|
||||
"""
|
||||
Tests proper behaviour of a paginator page __getitem__ (queryset
|
||||
Tests proper behavior of a paginator page __getitem__ (queryset
|
||||
evaluation, slicing, exception raised).
|
||||
"""
|
||||
paginator = Paginator(Article.objects.all(), 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue