From 7a519eeec7b307243cc603c82ad5c218404fc4e1 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 8 Sep 2008 23:10:47 +0200 Subject: [PATCH] Fixed a typo --HG-- branch : trunk --- jinja2/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja2/environment.py b/jinja2/environment.py index 7faad26..b044178 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -407,7 +407,7 @@ class Environment(object): If the `parent` parameter is not `None`, :meth:`join_path` is called to get the real template name before loading. - The `globals` parameter can be used to provide temlate wide globals. + The `globals` parameter can be used to provide template wide globals. These variables are available in the context at render time. If the template does not exist a :exc:`TemplateNotFound` exception is -- 2.26.2