From: Markus Amalthea Magnuson Date: Mon, 28 Dec 2015 16:17:22 +0000 (+0100) Subject: Fix typo. X-Git-Tag: 2.9~33^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F523%2Fhead;p=thirdparty%2Fjinja.git Fix typo. --- diff --git a/jinja2/filters.py b/jinja2/filters.py index e5c7a1ab..cd89f6ff 100644 --- a/jinja2/filters.py +++ b/jinja2/filters.py @@ -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