summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/templates.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index 7d276369f..5177a0a35 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -272,9 +272,10 @@ You can define more values which will be passed to every template
executed as a result of rendering by defining :term:`renderer
globals`.
-What any particular renderer does with them is up to the renderer itself, but
-most template renderers, including Chameleon and Mako renderers, make these
-names available as top-level template variables.
+What any particular renderer does with these system values is up to the
+renderer itself, but most template renderers, including Chameleon and
+Mako renderers, make these names available as top-level template
+variables.
.. _templates_used_as_renderers: