From: Armin Ronacher Date: Mon, 8 Sep 2008 21:10:47 +0000 (+0200) Subject: Fixed a typo X-Git-Tag: 2.1~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a519eeec7b307243cc603c82ad5c218404fc4e1;p=jinja2.git Fixed a typo --HG-- branch : trunk --- 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