diff --git a/tests/modeltests/pagination/models.py b/tests/modeltests/pagination/models.py index 4b564f2f90..834c8e5ebd 100644 --- a/tests/modeltests/pagination/models.py +++ b/tests/modeltests/pagination/models.py @@ -210,7 +210,7 @@ EmptyPage: ... [1] -# ObjectPaginator can be passed other objects with a count() method. +# ObjectPaginator can be passed other objects without a count() method. >>> class Container: ... def __len__(self): ... return 42