diff options
| author | Chris McDonough <chrism@plope.com> | 2011-02-25 13:59:39 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-02-25 13:59:39 -0500 |
| commit | 3d812457d868434278603441976e91172423e717 (patch) | |
| tree | 03df59f6c0aa0fc2b87008a078e9ec550272c5b7 /docs | |
| parent | f9f869d56c793c122759c2417b54895bbc6fa8b5 (diff) | |
| download | pyramid-3d812457d868434278603441976e91172423e717.tar.gz pyramid-3d812457d868434278603441976e91172423e717.tar.bz2 pyramid-3d812457d868434278603441976e91172423e717.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/templates.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index a9cdc13fb..426ec229b 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -698,10 +698,9 @@ has built-in bindings for the Mako templating system. The language definition documentation for Mako templates is available from `the Mako website <http://www.makotemplates.org/>`_. -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: +To use a Mako template, given a :term:`Mako` 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: |
