From a002727db326037a9fb625761fae466cb0af58fa Mon Sep 17 00:00:00 2001 From: Yuval Greenfield Date: Thu, 6 Nov 2014 09:31:32 -0800 Subject: [PATCH] A double quote is missing --- docs/tricks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tricks.rst b/docs/tricks.rst index 122c079a..61647fff 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -93,7 +93,7 @@ desired to have access to an outer loop it's possible to alias it:: {% set rowloop = loop %} {% for cell in row %} - {{ cell }} {% endfor %} {% endfor %} -- 2.47.2