Commit 3f2fc2f4 authored by Tom Christie's avatar Tom Christie
Browse files

Formatting tweaks.

parent 5bc6929f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ MultipleObjectMixin
        A string specifying the name to use for the page parameter.
        The view will expect this prameter to be available either as a query
        string parameter (via ``request.GET``) or as a kwarg variable specified
        in the URLconf.  Defaults to ``"page"``.
        in the URLconf. Defaults to ``page``.

    .. attribute:: paginator_class