From f7c539d9cc33c91d3da2d3022da1b92ff99412c1 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 29 Nov 2010 20:47:55 -0700 Subject: reword sentence --- docs/narr/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index ed077b90a..dc1d139a5 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -631,8 +631,8 @@ Before a response constructed by a :term:`renderer` is returned to 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 -callable to influence associated response attributes. +attributes on the ``request`` object via ``setattr`` during their +execution to influence associated response attributes. ``response_content_type`` Defines the content-type of the resulting response, -- cgit v1.2.3