three is the new two
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 10 Apr 2010 11:03:46 +0000 (13:03 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 10 Apr 2010 11:03:46 +0000 (13:03 +0200)
--HG--
branch : trunk

docs/api.rst

index 89fe11da09911f5c654da5c3b50f9d967f0aa7f0..3bf8a9423a6fd47e87857db6677c06dea494fccd 100644 (file)
@@ -584,7 +584,7 @@ Inside the template it can then be used as follows:
 
 Filters can also be passed the current template context or environment.  This
 is useful if a filter wants to return an undefined value or check the current
-:attr:`~Environment.autoescape` setting.  For this purpose two decorators
+:attr:`~Environment.autoescape` setting.  For this purpose three decorators
 exist: :func:`environmentfilter`, :func:`contextfilter` and
 :func:`evalcontextfilter`.