diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-11-20 20:40:16 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-11-20 20:40:16 +0000 |
| commit | e364f9ca7a21b3b931a618c71c638a113cdb8a3e (patch) | |
| tree | eb862240a2a70a51cf6172855e6d9518b7dd4fb2 /docs | |
| parent | d4c6abcbd10da9816a834883f3bfb05fb67222bc (diff) | |
Fixed typo in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/class-based-views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index bd1ed4d78d..ada25a6cee 100644 --- a/docs/ref/class-based-views.txt +++ b/docs/ref/class-based-views.txt @@ -779,7 +779,7 @@ BaseDateListView ``object_list`` is the list of objects ``extra_context`` is a dictionary of context data that will be added to any context data provided by the - :class:`~django.db.views.generic.list.MultiplObjectMixin`. + :class:`~django.views.generic.list.MultipleObjectMixin`. .. method:: get_dated_queryset(**lookup) |
