Improved finalize documentation.
--HG--
branch : trunk
diff --git a/jinja2/environment.py b/jinja2/environment.py
index 8983123..2f72ecc 100644
--- a/jinja2/environment.py
+++ b/jinja2/environment.py
@@ -152,8 +152,9 @@
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.