From da635ba7ca36e80a8ac82aee1c2ff7eb7874fbc7 Mon Sep 17 00:00:00 2001 From: Sema Date: Sat, 27 Apr 2013 19:59:05 +0400 Subject: [PATCH] Fixes typo --- doc/tags/if.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/tags/if.rst b/doc/tags/if.rst index 14e12b1..d7a1451 100644 --- a/doc/tags/if.rst +++ b/doc/tags/if.rst @@ -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 %} -- 1.7.2.5