summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2013-10-02 15:20:59 -0500
committerKarl O. Pinc <kop@meme.com>2013-10-02 15:20:59 -0500
commit5bf27497638ad607f0e42feb10145cd6720b74d3 (patch)
tree9e3ad9822fda59bd877f7042e9024050f509dd07 /docs/narr/project.rst
parent1a2b37baf2c37e060cbbc6fd37812dd5c8078b5b (diff)
downloadpyramid-5bf27497638ad607f0e42feb10145cd6720b74d3.tar.gz
pyramid-5bf27497638ad607f0e42feb10145cd6720b74d3.tar.bz2
pyramid-5bf27497638ad607f0e42feb10145cd6720b74d3.zip
Docs: Make statements more concreate regards renderers getting data from dictionaries.
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 9a1ba190d..61b6ae316 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -878,7 +878,7 @@ This view callable function is handed a single piece of information: the
:term:`request`. The *request* is an instance of the :term:`WebOb`
``Request`` class representing the browser's request to our server.
-.. note:: Dictionaries (typically) provide values to :term:`template`s.
+.. note:: Dictionaries provide values to :term:`template`s.
This view is configured to invoke a :term;`renderer` on a template. The
dictionary the view returns (on line 6) provides the value the renderer