summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-02 23:28:03 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-02 23:28:03 -0700
commit98d24b0acaf94f553936421092686bed16eeb00f (patch)
tree9d1a8d2b9d641c1139a0f2dea56627c30f343bad /docs/narr/views.rst
parentcacb99f8924dc4f89708b3eeb88c845cdfbf62c7 (diff)
downloadpyramid-98d24b0acaf94f553936421092686bed16eeb00f.tar.gz
pyramid-98d24b0acaf94f553936421092686bed16eeb00f.tar.bz2
pyramid-98d24b0acaf94f553936421092686bed16eeb00f.zip
add comma
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index fcc0c723e..c3e45a01a 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1110,7 +1110,7 @@ response, 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 request
will add a ``;charset=utf-8`` trailer to the ``Content-Type`` header value for
-you for response content types that are textual (e.g. ``text/html``,
+you, for response content types that are textual (e.g. ``text/html``,
``application/xml``, etc) as it is rendered. If you are using your own
response object, you will need to ensure you do this yourself.