Commit f17c2026 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt

Backport of 0b35a2cc from master
parent 88ddb93a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ The ``paginate_by`` is deliberately small in the example so you don't
have to create lots of books to see the pagination working! Here's the
template you'd want to use:

.. code-block: html+django
.. code-block:: html+django

    {% extends "base.html" %}