summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-31 14:16:36 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-31 14:16:36 -0700
commit9476cf70cb2eb27be79c1c973ffea70dd7eab808 (patch)
tree2915d3e0937ba04d81bbefd950523e06ba447710
parent0dc6fea3f048c5d3c96fb2ae993d6a3956340546 (diff)
downloadpyramid-9476cf70cb2eb27be79c1c973ffea70dd7eab808.tar.gz
pyramid-9476cf70cb2eb27be79c1c973ffea70dd7eab808.tar.bz2
pyramid-9476cf70cb2eb27be79c1c973ffea70dd7eab808.zip
remove rendundant sentence that was redundant
-rw-r--r--docs/narr/traversal.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 9226cf411..fe0dc6bed 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -95,8 +95,7 @@ The Resource Tree
When your application uses :term:`traversal` to resolve URLs to code, the
application must supply a :term:`resource tree` to :app:`Pyramid`. The
resource tree is a set of nested dictionary-like objects. The root of the
-tree is represented by a :term:`root` resource. The tree is effectively a
-nested set of dictionary-like objects.
+tree is represented by a :term:`root` resource.
In order to supply a root resource for an application, at system startup
time, the :app:`Pyramid` :term:`Router` is configured with a callback known