From ba5fffc0dc64ec3958233b342f63fd214f5c4472 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 30 Nov 2010 20:12:03 -0700 Subject: simplify paragraph about default renderers --- docs/narr/views.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index f865ba013..ab6a108da 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -868,9 +868,9 @@ After you do this, the :term:`renderer factory` in ``mypackage.pt_renderer`` will be used to render templates which end in ``.pt``, replacing the default Chameleon ZPT renderer. -To associate a *default* renderer with *all* view configurations (even ones -which do not possess a ``renderer`` attribute), use a variation on the -following (ie. pass ``None`` as the ``name`` attribute to the renderer tag): +To associate a *default* renderer with *all* view configurations (even +ones which do not possess a ``renderer`` attribute), pass ``None`` as +the ``name`` attribute to the renderer tag: .. code-block:: python :linenos: -- cgit v1.2.3