aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorDaniel van Flymen <vanflymen@gmail.com>2017-03-01 14:10:34 -0500
committerAdrian <adrian@planetcoding.net>2017-03-01 20:10:34 +0100
commit96f52e6a8fd5acde115d70e3f9dcc55b28737078 (patch)
tree7042286928a349b65e9e03172dbe587296f57efd /docs/api.rst
parentb5d4599a747205b17bbb240ec370a83c4d8a2149 (diff)
downloadjinja-96f52e6a8fd5acde115d70e3f9dcc55b28737078.tar.gz
Fix typo (#687)
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
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: