Browse Source

Fixed ReST typo in topics/class-based-views/mixins.txt

Tim Graham 11 years ago
parent
commit
0b35a2cce3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/class-based-views/mixins.txt

+ 1 - 1
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" %}