summaryrefslogtreecommitdiff
path: root/docs/narr/templates.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/templates.rst')
-rw-r--r--docs/narr/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index 4ac01c96e..5656026ae 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -718,7 +718,7 @@ Using def inside Mako Templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To use a def inside a Mako template, given a :term:`Mako` template file named
-``foo.mak`` and a def named ``bar``, you can configure the template as a
+``foo.mak`` and a defname ``bar``, you can configure the template as a
:term:`renderer` like so:
.. code-block:: python