]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix the typo 570/head
authorDmitriy Trifonov <trifonov.dmitriy.m@gmail.com>
Tue, 19 Apr 2016 11:29:22 +0000 (17:29 +0600)
committerDmitriy Trifonov <trifonov.dmitriy.m@gmail.com>
Tue, 19 Apr 2016 11:29:22 +0000 (17:29 +0600)
docs/templates.rst

index d9102ecc1b636be679cfbae9a3b59a50d6bd59ab..257d6bfe0607c25dd55b01a97bf543b71124ce5c 100644 (file)
@@ -606,10 +606,10 @@ Inside of a for-loop block, you can access some special variables:
 | `loop.cycle`          | A helper function to cycle between a list of      |
 |                       | sequences.  See the explanation below.            |
 +-----------------------+---------------------------------------------------+
-| `loop.depth`          | Indicates how deep in deep in a recursive loop    |
+| `loop.depth`          | Indicates how deep in a recursive loop            |
 |                       | the rendering currently is.  Starts at level 1    |
 +-----------------------+---------------------------------------------------+
-| `loop.depth0`         | Indicates how deep in deep in a recursive loop    |
+| `loop.depth0`         | Indicates how deep in a recursive loop            |
 |                       | the rendering currently is.  Starts at level 0    |
 +-----------------------+---------------------------------------------------+