summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-18 03:33:35 -0500
committerChris McDonough <chrism@plope.com>2010-12-18 03:33:35 -0500
commit92c3e502494714884b7a051721c9b322027369a1 (patch)
tree3cd5a871ff5b13cf48be0fec45b9f13c8d451341 /docs/api/request.rst
parent515d0f977f21bf28602505b859f64f10dd2f5f59 (diff)
downloadpyramid-92c3e502494714884b7a051721c9b322027369a1.tar.gz
pyramid-92c3e502494714884b7a051721c9b322027369a1.tar.bz2
pyramid-92c3e502494714884b7a051721c9b322027369a1.zip
resource -> asset
Diffstat (limited to 'docs/api/request.rst')
-rw-r--r--docs/api/request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index acd66ccf8..13b434a51 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -26,7 +26,7 @@
.. attribute:: root
The :term:`root` object will be available as the ``root``
- attribute of the :term:`request` object. It will be the model
+ attribute of the :term:`request` object. It will be the resource
object at which traversal started (the root). See
:ref:`traversal_chapter` for information about root objects.