From e364f9ca7a21b3b931a618c71c638a113cdb8a3e Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sat, 20 Nov 2010 20:40:16 +0000 Subject: [PATCH] Fixed typo in docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14651 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/class-based-views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)