Author: lukeplant
Date: 2010-11-20 14:40:16 -0600 (Sat, 20 Nov 2010)
New Revision: 14651

Modified:
   django/trunk/docs/ref/class-based-views.txt
Log:
Fixed typo in docs.

Modified: django/trunk/docs/ref/class-based-views.txt
===================================================================
--- django/trunk/docs/ref/class-based-views.txt 2010-11-20 20:38:52 UTC (rev 
14650)
+++ django/trunk/docs/ref/class-based-views.txt 2010-11-20 20:40:16 UTC (rev 
14651)
@@ -779,7 +779,7 @@
         ``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)
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to