diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 24afca0bd..9487e805a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -605,7 +605,7 @@ Several keyword names in a dictionary return value of a view callable are treated specially by :mod:`repoze.bfg`. These values are passed through to the template during rendering, but they also influence the response returned to the user separate from any template rendering. -Page callables should set these values into the dictionary they return +View callables should set these values into the dictionary they return to influence response attributes. ``content_type_`` |
