projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4720c36
)
Fixed a typo
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:10:47 +0000
(23:10 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:10:47 +0000
(23:10 +0200)
--HG--
branch : trunk
jinja2/environment.py
patch
|
blob
|
history
diff --git
a/jinja2/environment.py
b/jinja2/environment.py
index 7faad2683b62ff6dad91c08f00fc470ef9700ef9..b044178a0a538544e8f3eb7d8e0d05f256999d34 100644
(file)
--- 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 tem
p
late wide globals.
These variables are available in the context at render time.
If the template does not exist a :exc:`TemplateNotFound` exception is