From e62692b5cefa25541d65e5c5bf4bb463f51396a9 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 30 Nov 2010 19:56:47 -0700 Subject: break up run-on --- docs/narr/views.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c89d45720..d92a88d87 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -777,10 +777,11 @@ Here's an example of the registration of a simple renderer factory via config.add_renderer(name='amf', factory='my.package.MyAMFRenderer') -Adding the above code to your application startup configuration will allow -you to use the ``my.package.MyAMFRenderer`` renderer factory implementation -in view configurations by referring to it as ``amf`` in the ``renderer`` -attribute of a :term:`view configuration`: +Adding the above code to your application startup configuration will +allow you to use the ``my.package.MyAMFRenderer`` renderer factory +implementation in view configurations. Your application can use this +renderer by specifying ``amf`` in the ``renderer`` attribute of a +:term:`view configuration`: .. code-block:: python :linenos: -- cgit v1.2.3