summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-07-28 14:09:29 -0400
committerTim Graham <timograham@gmail.com>2013-07-28 14:10:11 -0400
commit192154fb17f257e74e45a28be4babc15c217ea06 (patch)
treed3e0de083a9a44e8fbfe12faaa9cbc3c758f2ce3 /docs
parent081a27c3585a109b0e8b62e43f57273c69890bd3 (diff)
[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txt
Backport of 0b35a2cce3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/class-based-views/mixins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views/mixins.txt b/docs/topics/class-based-views/mixins.txt
index df1a5505a5..96b5e9f498 100644
--- a/docs/topics/class-based-views/mixins.txt
+++ b/docs/topics/class-based-views/mixins.txt
@@ -345,7 +345,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" %}