From d0758d6b448cff176a2caf7f81c34304ed399718 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 18 Jul 2008 02:37:16 +0000 Subject: --- docs/narr/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 728bac6a7..43b25e7bf 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -386,8 +386,8 @@ this question: Let's say that question is answered "here you go, here'a a bit of code that is willing to deal with that case", and returns a view. It is -passed both "biz" as the "context" and the request. It returns a -response. +passed the "biz" object as the "context" and the current WebOb request +as the "request". It returns a response. The only "special case" is when you end up with a "view name" that is the empty string. In this case the "default view" is looked up. The -- cgit v1.2.3