summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-29 20:44:00 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-29 20:44:00 -0700
commit6f0af7f2c04a97409b5356a524b32c38370573cc (patch)
treed604cc572052d0004886686fbfd1bac4ee511ebf /docs
parent185f95d45555cda17b5b1a0b12c75209b2cc87bf (diff)
downloadpyramid-6f0af7f2c04a97409b5356a524b32c38370573cc.tar.gz
pyramid-6f0af7f2c04a97409b5356a524b32c38370573cc.tar.bz2
pyramid-6f0af7f2c04a97409b5356a524b32c38370573cc.zip
simplify sentence
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index a0b900574..ed077b90a 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -626,10 +626,9 @@ additional :ref:`mako_template_renderer_settings`.
Varying Attributes of Rendered Responses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Before a response that is constructed as the result of the use of a
-:term:`renderer` is returned to :app:`Pyramid`, several attributes
-of the request are examined which have the potential to influence
-response behavior.
+Before a response constructed by a :term:`renderer` is returned to
+:app:`Pyramid`, several attributes of the request are examined which
+have the potential to influence response behavior.
View callables that don't directly return a response should set these
values on the ``request`` object via ``setattr`` within the view