From 9476cf70cb2eb27be79c1c973ffea70dd7eab808 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 14:16:36 -0700 Subject: remove rendundant sentence that was redundant --- docs/narr/traversal.rst | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3