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