summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-18 02:37:16 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-18 02:37:16 +0000
commitd0758d6b448cff176a2caf7f81c34304ed399718 (patch)
tree3027470102d1833bc123ddce4afa4f34a6e253e0 /docs
parent90351e095cd3b761223d8b9535c70b0f30e70095 (diff)
downloadpyramid-d0758d6b448cff176a2caf7f81c34304ed399718.tar.gz
pyramid-d0758d6b448cff176a2caf7f81c34304ed399718.tar.bz2
pyramid-d0758d6b448cff176a2caf7f81c34304ed399718.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst4
1 files changed, 2 insertions, 2 deletions
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