summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-04-22 14:08:21 -0700
committerTres Seaver <tseaver@palladion.com>2013-04-22 14:08:21 -0700
commitb124756174689d8477aaeab6934e4e32b6111cce (patch)
treebb6f4f83058fb8d01517841919348416f32aa9ea /docs
parentf082bbd16610b6454c475bb77d0269a690fc3ac1 (diff)
parent61b021633fd6d5e9a5773f5409858b3998e48ca0 (diff)
downloadpyramid-b124756174689d8477aaeab6934e4e32b6111cce.tar.gz
pyramid-b124756174689d8477aaeab6934e4e32b6111cce.tar.bz2
pyramid-b124756174689d8477aaeab6934e4e32b6111cce.zip
Merge pull request #992 from tshepang/grammar
grammar
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/renderers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index b4eb95186..8c88fd055 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -51,8 +51,8 @@ and renderers which use templating systems. See also
Writing View Callables Which Use a Renderer
-------------------------------------------
-As we've seen, view callables needn't always return a Response object.
-Instead, they may return an arbitrary Python object, with the expectation
+As we've seen, a view callable needn't always return a Response object.
+Instead, it may return an arbitrary Python object, with the expectation
that a :term:`renderer` will convert that object into a response instance on
your behalf. Some renderers use a templating system; other renderers use
object serialization techniques.