]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo (#687)
authorDaniel van Flymen <vanflymen@gmail.com>
Wed, 1 Mar 2017 19:10:34 +0000 (14:10 -0500)
committerAdrian <adrian@planetcoding.net>
Wed, 1 Mar 2017 19:10:34 +0000 (20:10 +0100)
docs/api.rst

index 443d0535730ff96493613ccc83050dad04a887e6..bbe6c366e5032cf009ade9d7a69f21de554e5bc9 100644 (file)
@@ -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: