summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-22 07:51:49 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-22 07:51:49 +0200
commit2b126ef15ee7d8457592faea02f837cf2a6062d4 (patch)
tree7a4900cd548d904cf97c93f8e970b26f09c340a8
parentb7cb8fb3f8eba2dc140fd3cc6ec5f4d126375b32 (diff)
downloadpyramid-2b126ef15ee7d8457592faea02f837cf2a6062d4.tar.gz
pyramid-2b126ef15ee7d8457592faea02f837cf2a6062d4.tar.bz2
pyramid-2b126ef15ee7d8457592faea02f837cf2a6062d4.zip
consistency fixes
-rw-r--r--docs/narr/renderers.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index 5379a4a99..794e3cffa 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -73,13 +73,13 @@ which renders view return values to a :term:`JSON` response serialization.
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