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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tags/if.rst b/doc/tags/if.rst index 14e12b1df..d7a1451c4 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 %}