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:
Gary Wilson Jr 2008-07-27 19:05:54 +00:00
parent 82a85fdbae
commit 66d5018dd1
1 changed files with 1 additions and 1 deletions

View File

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