diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index 4784cd2350..e8255a4381 100644 --- a/docs/ref/class-based-views.txt +++ b/docs/ref/class-based-views.txt @@ -319,7 +319,7 @@ MultipleObjectMixin pagination. By default this simply returns the value of :attr:`MultipleObjectMixin.paginate_by`. - .. method:: get_paginator(queryset, queryset, per_page, orphans=0, allow_empty_first_page=True) + .. method:: get_paginator(queryset, per_page, orphans=0, allow_empty_first_page=True) Returns an instance of the paginator to use for this view. By default, instantiates an instance of :attr:`paginator_class`.