Commit 66d5018d authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Corrected wording in comment.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 82a85fdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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