Corrected wording in comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
82a85fdbae
commit
66d5018dd1
|
@ -210,7 +210,7 @@ EmptyPage: ...
|
||||||
[1]
|
[1]
|
||||||
|
|
||||||
|
|
||||||
# ObjectPaginator can be passed other objects with a count() method.
|
# ObjectPaginator can be passed other objects without a count() method.
|
||||||
>>> class Container:
|
>>> class Container:
|
||||||
... def __len__(self):
|
... def __len__(self):
|
||||||
... return 42
|
... return 42
|
||||||
|
|
Loading…
Reference in New Issue