Fixed a typo
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:10:47 +0000 (23:10 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:10:47 +0000 (23:10 +0200)
--HG--
branch : trunk

jinja2/environment.py

index 7faad2683b62ff6dad91c08f00fc470ef9700ef9..b044178a0a538544e8f3eb7d8e0d05f256999d34 100644 (file)
@@ -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