From 93d25d2037e494fad1d8773772d541694d732658 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 14 Dec 2010 23:13:36 -0700 Subject: minor reword to paragraph describing how to configure mako template renderers --- docs/narr/templates.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index d141b1477..02e387e0a 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -698,10 +698,10 @@ has built-in bindings for the Mako templating system. The language definition documentation for Mako templates is available from `the Mako website `_. -To use a Mako template, given that there is a :term:`Mako` ZPT template named -``foo.mak`` in the ``templates`` subdirectory in your application package -named ``mypackage``, you can render the template as a :term:`renderer` like -so: +To use a Mako template, given a :term:`Mako` ZPT template file named +``foo.mak`` in the ``templates`` subdirectory in your application +package named ``mypackage``, you can configure the template as a +:term:`renderer` like so: .. code-block:: python :linenos: -- cgit v1.2.3