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 a87961d1a..956ef20e9 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -557,7 +557,7 @@ attaching properties to the request. See The ``Mako`` template renderer is a renderer which renders a Mako template. When used, the view must return a Response object or a Python *dictionary*. The dictionary items will then be used in the global template space. If the -view callable returns anything but a Response object or a dictionary, an error +view callable returns anything but a Response object, or a dictionary, an error will be raised. When using the ``renderer`` attribute to specify a Mako template, the template |
