Skip to content

Commit

Permalink
Improved finalize documentation.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
mitsuhiko committed Jan 24, 2010
1 parent 55494e4 commit d9ea26e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jinja2/environment.py
Expand Up @@ -152,8 +152,9 @@ class Environment(object):
undefined values in the template.
`finalize`
A callable that finalizes the variable. Per default no finalizing
is applied.
A callable that can be used to process the result of a variable
expression before it is output. For example one can convert
`None` implicitly into an empty string here.
`autoescape`
If set to true the XML/HTML autoescaping feature is enabled.
Expand Down

0 comments on commit d9ea26e

Please sign in to comment.