diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-20 07:16:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-20 07:16:14 -0400 |
| commit | 8cb68208d42899b50025418812bb339f578d553f (patch) | |
| tree | c5c116c5f9b12db8c07219fbe5490bc29011ea76 /docs/narr/renderers.rst | |
| parent | 6ce1e0cf1a141767ee0aca70786c15dd993347c5 (diff) | |
| download | pyramid-8cb68208d42899b50025418812bb339f578d553f.tar.gz pyramid-8cb68208d42899b50025418812bb339f578d553f.tar.bz2 pyramid-8cb68208d42899b50025418812bb339f578d553f.zip | |
- Reordered chapters in narrative section for better new user friendliness.
- Added more indexing markers to sections in documentation.
Diffstat (limited to 'docs/narr/renderers.rst')
| -rw-r--r-- | docs/narr/renderers.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst index 572d5855e..801741c43 100644 --- a/docs/narr/renderers.rst +++ b/docs/narr/renderers.rst @@ -3,10 +3,10 @@ Renderers ========= -A view needn't *always* return a :term:`Response` object. If a view -happens to return something which does not implement the Pyramid -Response interface, :app:`Pyramid` will attempt to use a -:term:`renderer` to construct a response. For example: +A view callable needn't *always* return a :term:`Response` object. If a view +happens to return something which does not implement the Pyramid Response +interface, :app:`Pyramid` will attempt to use a :term:`renderer` to construct +a response. For example: .. code-block:: python :linenos: |
