From c51e3ab6aa802a20f809cad0ea3208e87ef76a35 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Mon, 28 Dec 2015 17:17:22 +0100 Subject: [PATCH] Fix typo. --- jinja2/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2