aboutsummaryrefslogtreecommitdiffstats
path: root/mako/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/template.py')
-rw-r--r--mako/template.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mako/template.py b/mako/template.py
index f93be79..6166895 100644
--- a/mako/template.py
+++ b/mako/template.py
@@ -96,8 +96,8 @@ class Template(object):
Python module file. For advanced usage only.
:param output_encoding: The encoding to use when :meth:`.render`
- is called. See :ref:`usage_unicode` as well as
- :ref:`unicode_toplevel`.
+ is called. Defaults to ``ascii`` as of Mako 0.4.0.
+ See :ref:`usage_unicode` as well as :ref:`unicode_toplevel`.
:param preprocessor: Python callable which will be passed
the full template source before it is parsed. The return