From 02123ffb6706ff5cb14e82cf6dbba927ab4bde49 Mon Sep 17 00:00:00 2001 From: Ole Morten Halvorsen Date: Mon, 30 Dec 2013 23:37:23 +1100 Subject: [PATCH] Fixed typo (igored -> ignored) --- docs/tricks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tricks.rst b/docs/tricks.rst index 5427a3e8..a5dc0a03 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -15,7 +15,7 @@ Null-Master Fallback Jinja2 supports dynamic inheritance and does not distinguish between parent and child template as long as no `extends` tag is visited. While this leads to the surprising behavior that everything before the first `extends` tag -including whitespace is printed out instead of being igored, it can be used +including whitespace is printed out instead of being ignored, it can be used for a neat trick. Usually child templates extend from one template that adds a basic HTML -- 2.47.2