From: Daniel van Flymen Date: Wed, 1 Mar 2017 19:10:34 +0000 (-0500) Subject: Fix typo (#687) X-Git-Tag: 2.9.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f52e6a8fd5acde115d70e3f9dcc55b28737078;p=thirdparty%2Fjinja.git Fix typo (#687) --- diff --git a/docs/api.rst b/docs/api.rst index 443d0535..bbe6c366 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -742,7 +742,7 @@ enabled:: return result Context filters work the same just that the first argument is the current -active :class:`Context` rather then the environment. +active :class:`Context` rather than the environment. .. _eval-context: