From 3aeb794d49655e7cd81b7d553f0da275b0cde3a9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 29 Aug 2012 18:05:52 -0400 Subject: close paren --- docs/narr/templates.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 656cf4773..5930bb379 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -542,7 +542,7 @@ Sommetime you'd like to render a macro inside of a Chameleon ZPT template instead of the full Chameleon ZPT template. To render the content of a ``define-macro`` field inside a Chameleon ZPT template, given a Chameleon template file named ``foo.pt`` and a macro named ``bar`` defined within it -(e.g. ``
...
``, you can configure the +(e.g. ``
...
``), you can configure the template as a :term:`renderer` like so: .. code-block:: python @@ -554,8 +554,8 @@ template as a :term:`renderer` like so: def my_view(request): return {'project':'my project'} -The above will render the ``bar`` macro from within the ``foo.pt`` template -instead of the entire template. +The above will render only the ``bar`` macro defined within the ``foo.pt`` +template instead of the entire template. .. note:: -- cgit v1.2.3