Casey Duncan
2010-12-15 bb0ed63b5261e1274a8540125495abf8e4a24514
add comma
1 files modified
2 ■■■ changed files
docs/narr/templates.rst 2 ●●● patch | view | raw | blame | history
docs/narr/templates.rst
@@ -368,7 +368,7 @@
   :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