diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-27 19:05:54 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-27 19:05:54 +0000 |
| commit | 66d5018dd121f8e20db38992a571487f36215a66 (patch) | |
| tree | b49139ab6cd36aded75e966ebf985f1cfc6aab80 | |
| parent | 82a85fdbaec57955c264ef016e6958456d8fdf4e (diff) | |
Corrected wording in comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/modeltests/pagination/models.py | 2 |
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 |
