Casey Duncan
2010-12-12 b72f93accef845ccc6f2fe6f19548b5f4893c606
minor clarity improvement
1 files modified
8 ■■■■ changed files
docs/narr/templates.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/templates.rst
@@ -30,10 +30,10 @@
:term:`view callable`.  You may use whatever API is supplied by a
given templating engine to do so.
:app:`Pyramid` provides various APIs that allow you to render
templates directly from within a view callable.  For example, if there
is a :term:`Chameleon` ZPT template named ``foo.pt`` in a directory in
your application named ``templates``, you can render the template from
:app:`Pyramid` provides various APIs that allow you to render templates
directly from within a view callable.  For example, if there is a
:term:`Chameleon` ZPT template named ``foo.pt`` in a directory  named
``templates`` in your application, you can render the template from
within the body of a view callable like so:
.. code-block:: python