summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 4b2207640..44c2d549b 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -573,8 +573,8 @@ 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
will be raised.
-When using the ``renderer`` attribute to specify a Mako template, the template
-can be specified in two ways. First, a relative path can be used to name a
+A Mako template can be specified two ways using the ``renderer`` attribute.
+First, a relative path can be used to name a
Mako template relative to the configured Mako template directories. Second, a
:term:`resource specification` can be used to locate a template to render.
These two styles of naming a template to render also carry through to Mako