summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2013-10-07 16:06:15 -0500
committerKarl O. Pinc <kop@meme.com>2013-10-07 16:06:15 -0500
commit70b05dfaea547fea328a7054acd921f02be34a87 (patch)
tree401df2048b2069c53e864ad3965da1800003dd45 /docs
parent1f7a00346411033d935bf931c206b585353f8be4 (diff)
downloadpyramid-70b05dfaea547fea328a7054acd921f02be34a87.tar.gz
pyramid-70b05dfaea547fea328a7054acd921f02be34a87.tar.bz2
pyramid-70b05dfaea547fea328a7054acd921f02be34a87.zip
Docs: renders.rst: Use punctuation to make sentence simpler.
Diffstat (limited to 'docs')
-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 b86f7298b..49f834ecb 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -57,7 +57,7 @@ values from Python dictionaries so, in practice, view callables which use
renderers return Python dictionaries.
View callables can :ref:`explicitly call
-<example_render_to_response_call>` renderers but, typically, view
+<example_render_to_response_call>` renderers; but typically view
configuration declares the renderer used to render a view callable's
results. This is done with the ``renderer`` attribute. For example,
this call to :meth:`~pyramid.config.Configurator.add_view` associates