summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-18 16:54:58 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-18 16:54:58 -0700
commitf8816cd03c1ca908b6781f8cbb2bdc56fcd1c034 (patch)
tree01dc4747fe0d210e5b33c00cb1e7d3f31807cd01 /docs
parent1dac8634852998dffdc335c89d017a889fd820af (diff)
downloadpyramid-f8816cd03c1ca908b6781f8cbb2bdc56fcd1c034.tar.gz
pyramid-f8816cd03c1ca908b6781f8cbb2bdc56fcd1c034.tar.bz2
pyramid-f8816cd03c1ca908b6781f8cbb2bdc56fcd1c034.zip
Add comma
Diffstat (limited to 'docs')
-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 40c03bbf8..15fe0fdb3 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -763,7 +763,7 @@ also informs Python that the directory which contains it is a *package*.
:term:`context` of the request is an instance of the
:class:`myproject.models.MyModel` class. The first argument to
``add_view`` points at a Python function that does all the work for this
- view, also known as a :term:`view callable` via a :term:`dotted Python
+ view, also known as a :term:`view callable`, via a :term:`dotted Python
name`. The view declaration also names a ``renderer``, which in this case
is a template that will be used to render the result of the view callable.
This particular view declaration points at