diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 21:15:51 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 21:15:51 -0700 |
| commit | bb0ed63b5261e1274a8540125495abf8e4a24514 (patch) | |
| tree | 3b00fd539831017cd270030edf7ba1eb9a83a63d /docs/narr/templates.rst | |
| parent | 842875f0cc5c0e2aa47fb676919d917fa2b13949 (diff) | |
| download | pyramid-bb0ed63b5261e1274a8540125495abf8e4a24514.tar.gz pyramid-bb0ed63b5261e1274a8540125495abf8e4a24514.tar.bz2 pyramid-bb0ed63b5261e1274a8540125495abf8e4a24514.zip | |
add comma
Diffstat (limited to 'docs/narr/templates.rst')
| -rw-r--r-- | docs/narr/templates.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 53df3b010..30ba3d20b 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -368,7 +368,7 @@ templates as renderers. See :ref:`available_template_system_bindings`. :ref:`extending_chapter` for more information. By default, views rendered via a template renderer return a -:term:`Response` object which has a *status code* of ``200 OK`` and a +:term:`Response` object which has a *status code* of ``200 OK``, and a *content-type* of ``text/html``. To vary attributes of the response of a view that uses a renderer, such as the content-type, headers, or status attributes, you must set attributes on the *request* object |
