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)