From 48ed321cde95950bff3e8d135b11766df984ac10 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 8 Jul 2009 01:20:38 +0000 Subject: Rendering. --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index bdd4518e9..6a7f0ac8b 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -782,7 +782,7 @@ encoded in another character set within form data e.g. when ``request.params['somename']`` is accessed. If you are using the ``webob.Response`` class to generate a response, -or if you use the ``render_template``* templating APIs, the UTF-8 +or if you use the ``render_template_*`` templating APIs, the UTF-8 charset is set automatically as the default via the ``Content-Type`` header. If you return a ``Content-Type`` header without an explicit charset, a WebOb request will add a ``;charset=utf-8`` trailer to the -- cgit v1.2.3