summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-22 23:25:12 +0300
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-22 23:25:12 +0300
commite8f87a048cf7cc4ac8673dd15d5743afa63e2fbb (patch)
tree23dce67184aa4437b0eafff1c1dd3c90e8ec07fa /docs/narr
parentf082bbd16610b6454c475bb77d0269a690fc3ac1 (diff)
downloadpyramid-e8f87a048cf7cc4ac8673dd15d5743afa63e2fbb.tar.gz
pyramid-e8f87a048cf7cc4ac8673dd15d5743afa63e2fbb.tar.bz2
pyramid-e8f87a048cf7cc4ac8673dd15d5743afa63e2fbb.zip
remove redundancy
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/renderers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index b4eb95186..2ebf9b20e 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -140,7 +140,7 @@ used in the ``renderer`` attribute of view configurations.
``string``: String Renderer
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The ``string`` renderer is a renderer which renders a view callable result to
+The ``string`` renderer renders a view callable result to
a string. If a view callable returns a non-Response object, and the
``string`` renderer is associated in that view's configuration, the result
will be to run the object through the Python ``str`` function to generate a