Fixes typo
authorSema <f00dd9@gmail.com>
Sat, 27 Apr 2013 15:59:05 +0000 (19:59 +0400)
committerSema <f00dd9@gmail.com>
Sat, 27 Apr 2013 15:59:05 +0000 (19:59 +0400)
doc/tags/if.rst

index 14e12b1..d7a1451 100644 (file)
@@ -37,7 +37,7 @@ more complex ``expressions`` there too:
     {% if kenny.sick %}
         Kenny is sick.
     {% elseif kenny.dead %}
-        You killed Kenny!  You bastard!!!
+        You killed Kenny! You bastard!!!
     {% else %}
         Kenny looks okay --- so far
     {% endif %}