summaryrefslogtreecommitdiff
path: root/docs/narr/resources.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-20 23:33:08 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-20 23:33:08 -0700
commitafa1cb6352fd39d8b0788c7708768aaca2974385 (patch)
tree126e4e9f38ab6c8caeeb348f06e50ff930be66e5 /docs/narr/resources.rst
parentb32bfd3953d5b17bf907db4d85bdb6cb28d4440a (diff)
downloadpyramid-afa1cb6352fd39d8b0788c7708768aaca2974385.tar.gz
pyramid-afa1cb6352fd39d8b0788c7708768aaca2974385.tar.bz2
pyramid-afa1cb6352fd39d8b0788c7708768aaca2974385.zip
promote parenthetical to an actual sentence, minor reword
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 fe1f760bb..4c2897ac8 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -3,8 +3,8 @@ Resources
A :term:`resource` is an object that represents a "place" in a tree related
to your application. Every :app:`Pyramid` application has at least one
-resource object: the :term:`root` resource (even if you don't define one
-manually, a default root resource is created for you). The root resource is
+resource object: the :term:`root` resource. Even if you don't define a
+root resource manually, a default one is created for you. The root resource is
the root of a :term:`resource tree`. A resource tree is a set of nested
dictionary-like objects which you can use to represent your website's
structure.