summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitriy Trifonov <trifonov.dmitriy.m@gmail.com>2016-04-19 17:29:22 +0600
committerDmitriy Trifonov <trifonov.dmitriy.m@gmail.com>2016-04-19 17:29:22 +0600
commitdec12639ca21dc744f8077ab2633c0f7e3332701 (patch)
tree178986c439883fe017e1341e5e324996a7af3a1a /docs
parent6d2d3b88e1de1c37d83dc65e636f9e9ca9c7bae0 (diff)
downloadjinja2-dec12639ca21dc744f8077ab2633c0f7e3332701.tar.gz
Fix the typo
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates.rst b/docs/templates.rst
index d9102ec..257d6bf 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -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 |
+-----------------------+---------------------------------------------------+