Browse Source

Fixed typo in topics docs

Claude Paroz 5 years ago
parent
commit
b92d101bd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/class-based-views/generic-display.txt

+ 1 - 1
docs/topics/class-based-views/generic-display.txt

@@ -139,7 +139,7 @@ bit is the lowercased version of the model's name.
 
 This template will be rendered against a context containing a variable called
 ``object_list`` that contains all the publisher objects. A template might look
-like the this:
+like this:
 
 .. code-block:: html+django