Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Apr 22, 2013
1 parent f082bbd commit 61b0216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/narr/renderers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61b0216

Please sign in to comment.