summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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