Fixing typo.
authorMark Story <mark@mark-story.com>
Fri, 1 Apr 2011 01:24:00 +0000 (21:24 -0400)
committerMark Story <mark@mark-story.com>
Fri, 1 Apr 2011 01:24:00 +0000 (21:24 -0400)
doc/templates.rst

index 1869f63..da8de89 100644 (file)
@@ -167,7 +167,7 @@ leading and or trailing horizontal whitespace from any tag type:
 .. code-block:: jinja
 
     {#- No leading/trailing whitespace -#}
-    {%- if condition %-}
+    {%- if condition -%}
         {{- value -}}
     {%- endif -%}