summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/modeltests/pagination/models.py2
1 files changed, 1 insertions, 1 deletions
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