Fixed typo in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-11-20 20:40:16 +00:00
parent d4c6abcbd1
commit e364f9ca7a
1 changed files with 1 additions and 1 deletions

View File

@ -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)