summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 769d3590f..ec5812bd2 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -80,7 +80,7 @@ an example of using :func:`repoze.bfg.chameleon_zpt.render_template`:
return response
Here's an example of using
-:func:`repoze.bfg.chameleon_zt.render_template_to_response` but
+:func:`repoze.bfg.chameleon_zpt.render_template_to_response` but
changing the content-type and status:
.. code-block:: python