summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-30 19:56:47 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-30 19:56:47 -0700
commite62692b5cefa25541d65e5c5bf4bb463f51396a9 (patch)
tree18ce703c2df195f1377ed7986814cb2b616638a6 /docs
parent031d9f20baee7f57534a805809ac6a11319330ce (diff)
downloadpyramid-e62692b5cefa25541d65e5c5bf4bb463f51396a9.tar.gz
pyramid-e62692b5cefa25541d65e5c5bf4bb463f51396a9.tar.bz2
pyramid-e62692b5cefa25541d65e5c5bf4bb463f51396a9.zip
break up run-on
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst9
1 files changed, 5 insertions, 4 deletions
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: