From 4e1935984cdeb8df5f7295b1af1304aad6bde077 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 28 Nov 2010 00:28:59 -0700 Subject: add comma --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3