Tshepang Lekhonkhobe
2013-01-22 2b126ef15ee7d8457592faea02f837cf2a6062d4
consistency fixes
1 files modified
8 ■■■■ changed files
docs/narr/renderers.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/renderers.rst
@@ -73,13 +73,13 @@
Other built-in renderers include renderers which use the :term:`Chameleon`
templating language to render a dictionary to a response.  Additional
renderers can be added by developers to the system as necessary (see
:ref:`adding_and_overriding_renderers`).
renderers can be added by developers to the system as necessary.
See :ref:`adding_and_overriding_renderers`.
Views which use a renderer and return a non-Response value can vary non-body
response attributes (such as headers and the HTTP status code) by attaching a
property to the ``request.response`` attribute See
:ref:`request_response_attr`.
property to the ``request.response`` attribute.
See :ref:`request_response_attr`.
If the :term:`view callable` associated with a :term:`view configuration`
returns a Response object directly, any renderer associated with the view