diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt
index 4784cd2..e8255a4 100644
a
|
b
|
MultipleObjectMixin
|
319 | 319 | pagination. By default this simply returns the value of |
320 | 320 | :attr:`MultipleObjectMixin.paginate_by`. |
321 | 321 | |
322 | | .. method:: get_paginator(queryset, queryset, per_page, orphans=0, allow_empty_first_page=True) |
| 322 | .. method:: get_paginator(queryset, per_page, orphans=0, allow_empty_first_page=True) |
323 | 323 | |
324 | 324 | Returns an instance of the paginator to use for this view. By default, |
325 | 325 | instantiates an instance of :attr:`paginator_class`. |