]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo. 523/head
authorMarkus Amalthea Magnuson <markus.magnuson@gmail.com>
Mon, 28 Dec 2015 16:17:22 +0000 (17:17 +0100)
committerMarkus Amalthea Magnuson <markus.magnuson@gmail.com>
Mon, 28 Dec 2015 16:17:22 +0000 (17:17 +0100)
jinja2/filters.py

index e5c7a1ab439f803d76563a4cd77695bc92cfb539..cd89f6ffef363991fc8b29a94d1b4854b9be2563 100644 (file)
@@ -44,7 +44,7 @@ def evalcontextfilter(f):
 
 
 def environmentfilter(f):
-    """Decorator for marking evironment dependent filters.  The current
+    """Decorator for marking environment dependent filters.  The current
     :class:`Environment` is passed to the filter as first argument.
     """
     f.environmentfilter = True