From dec12639ca21dc744f8077ab2633c0f7e3332701 Mon Sep 17 00:00:00 2001 From: Dmitriy Trifonov Date: Tue, 19 Apr 2016 17:29:22 +0600 Subject: [PATCH] Fix the typo --- docs/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.rst b/docs/templates.rst index d9102ecc..257d6bfe 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 | +-----------------------+---------------------------------------------------+ -- 2.47.2