summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-12-09 23:19:05 +0000
committerChris McDonough <chrism@agendaless.com>2008-12-09 23:19:05 +0000
commitc41876862fd949868857db4eb0033d5781d59c50 (patch)
tree7ca6201f684fcce7552d2f393f8fa70ab7f731ae /docs/narr/traversal.rst
parent67b8a1ceda0d73739b18045c8b405a1d22b4480a (diff)
downloadpyramid-c41876862fd949868857db4eb0033d5781d59c50.tar.gz
pyramid-c41876862fd949868857db4eb0033d5781d59c50.tar.bz2
pyramid-c41876862fd949868857db4eb0033d5781d59c50.zip
Slight rewording.
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index ead48aac4..b3ccf3632 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -272,10 +272,10 @@ The :term:`view name` will always be available to a view as the
single string (possibly the empty string if we're rendering a default
view).
-The :term:`root` will always be available to a view as the
-``root`` attribute of the :term:`request` object. It will be the
-root model instance of the current application.
+The :term:`root` will always be available to a view as the ``root``
+attribute of the :term:`request` object. It will be the model object
+at which traversal started (the root).
The :term:`context` will always be available to a view as the
``context`` attribute of the :term:`request` object. It will be the
-model instance of the current application. \ No newline at end of file
+context object implied by the current request.