summaryrefslogtreecommitdiff
path: root/docs/narr/templates.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 11:22:52 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 11:22:52 -0700
commite278082e7f27292ff3ed620d7af361c41d8c367d (patch)
tree34ecaf13c7f20582344b89b210ec037808d2d542 /docs/narr/templates.rst
parentc53d829cb782e8a59b8a3a210574334b714e0d77 (diff)
downloadpyramid-e278082e7f27292ff3ed620d7af361c41d8c367d.tar.gz
pyramid-e278082e7f27292ff3ed620d7af361c41d8c367d.tar.bz2
pyramid-e278082e7f27292ff3ed620d7af361c41d8c367d.zip
fix output formatting
Diffstat (limited to 'docs/narr/templates.rst')
-rw-r--r--docs/narr/templates.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index 414b0ec22..7d276369f 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -263,9 +263,10 @@ values are provided in a dictionary to the renderer and include:
The renderer name used to perform the rendering,
e.g. ``mypackage:templates/foo.pt``.
-``renderer_info`` An object implementing the
- :class:`pyramid.interfaces.IRendererInfo` interface. Basically, an object
- with the following attributes: ``name``, ``package`` and ``type``.
+``renderer_info``
+ An object implementing the :class:`pyramid.interfaces.IRendererInfo`
+ interface. Basically, an object with the following attributes:
+ ``name``, ``package`` and ``type``.
You can define more values which will be passed to every template
executed as a result of rendering by defining :term:`renderer