From 183e4787b25e6ea18221bfd1a6b18fc1d07b7a0e Mon Sep 17 00:00:00 2001 From: Chenguang Zhang Date: Tue, 24 Jun 2014 16:04:35 +0800 Subject: [PATCH] Fix missing " in docs/tricks.rst --- 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