From: Dmitriy Trifonov Date: Tue, 19 Apr 2016 11:29:22 +0000 (+0600) Subject: Fix the typo X-Git-Tag: 2.9~27^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec12639ca21dc744f8077ab2633c0f7e3332701;p=thirdparty%2Fjinja.git Fix the typo --- 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 | +-----------------------+---------------------------------------------------+