Django

Code

Changeset 8114

Show
Ignore:
Timestamp:
07/27/08 14:05:54 (5 months ago)
Author:
gwilson
Message:

Corrected wording in comment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/pagination/models.py

    r7868 r8114  
    211211 
    212212 
    213 # ObjectPaginator can be passed other objects with a count() method. 
     213# ObjectPaginator can be passed other objects without a count() method. 
    214214>>> class Container: 
    215215...     def __len__(self):