summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-04-22 14:10:30 -0700
committerTres Seaver <tseaver@palladion.com>2013-04-22 14:10:30 -0700
commit2eaa847998e55344206097bc1d6f211deada8086 (patch)
tree5fabf553813322777efc9aa34037089d534742ba /docs/narr
parent2326f5c3d88514131ed573afed4dd9c5aafad2b6 (diff)
parente8f87a048cf7cc4ac8673dd15d5743afa63e2fbb (diff)
downloadpyramid-2eaa847998e55344206097bc1d6f211deada8086.tar.gz
pyramid-2eaa847998e55344206097bc1d6f211deada8086.tar.bz2
pyramid-2eaa847998e55344206097bc1d6f211deada8086.zip
Merge pull request #995 from tshepang/patch-2
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 3fe1c86f3..20a9eda31 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -135,7 +135,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