diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
