summaryrefslogtreecommitdiff
path: root/docs/narr/resources.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-18 15:12:46 -0500
committerChris McDonough <chrism@plope.com>2010-12-18 15:12:46 -0500
commita5ffd62175a09402fbe37ec8c2077873e0a35903 (patch)
tree5922c246046dc8ac833f260b7f82d629f406e3fa /docs/narr/resources.rst
parentbbb9b5a5b1b97bf3c333a7fbfa68cc773ac9d263 (diff)
downloadpyramid-a5ffd62175a09402fbe37ec8c2077873e0a35903.tar.gz
pyramid-a5ffd62175a09402fbe37ec8c2077873e0a35903.tar.bz2
pyramid-a5ffd62175a09402fbe37ec8c2077873e0a35903.zip
model->resource; make docs render without warnings
Diffstat (limited to 'docs/narr/resources.rst')
-rw-r--r--docs/narr/resources.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index 05e108494..21ba97c9e 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -3,7 +3,7 @@ Resources
A :term:`resource` is an object that represents a "place" in your
application. Every :app:`Pyramid` application has at least one resource
-object: the :term:`root resource`. The root resource is the root of a
+object: the :term:`root` resource. The root resource is the root of a
:term:`resource tree`. A resource tree is a set of nested dictionary-like
objects which you may use to represent your website's structure.
@@ -25,7 +25,7 @@ that use traversal.
In "Zope-like" :app:`Pyramid` applications, resource objects also often store
data persistently and offer methods related to mutating that persistent data.
In these kinds of applications, resources not only represent the site
-structure of your website, but they become the :term:`model` of the
+structure of your website, but they become the :term:`domain model` of the
application.
Also: