diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 7 |
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 |
