From 4b1a1526d321aa45f551904f8c48ca122714543b Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 23:30:08 -0700 Subject: minor clarification --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 373faed8c..197136135 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1130,7 +1130,7 @@ View Configuration: Mapping a Context to a View A developer makes a :term:`view callable` available for use within a :app:`Pyramid` application via :term:`view configuration`. A view configuration associates a view callable with a set of statements -about the set of circumstances which must be true for the view +that determine the set of circumstances which must be true for the view callable to be invoked. A view configuration statement is made about information present in -- cgit v1.2.3