From f8816cd03c1ca908b6781f8cbb2bdc56fcd1c034 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 18 Nov 2010 16:54:58 -0700 Subject: Add comma --- docs/narr/project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3