diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 14:17:52 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 14:17:52 -0700 |
| commit | e653d5db0e2bf20b25024eb9bdb55aa35b3f2012 (patch) | |
| tree | 7010d544a7c08d3a5e9561fa74abd40885f3a1f8 /docs/narr/traversal.rst | |
| parent | 9476cf70cb2eb27be79c1c973ffea70dd7eab808 (diff) | |
| download | pyramid-e653d5db0e2bf20b25024eb9bdb55aa35b3f2012.tar.gz pyramid-e653d5db0e2bf20b25024eb9bdb55aa35b3f2012.tar.bz2 pyramid-e653d5db0e2bf20b25024eb9bdb55aa35b3f2012.zip | |
clarify
Diffstat (limited to 'docs/narr/traversal.rst')
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index fe0dc6bed..65e9ae3c7 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -125,7 +125,7 @@ constructor tells your :app:`Pyramid` application to call this root factory to generate a root resource whenever a request enters the application. This root factory is also known as the global root factory. A root factory can alternately be passed to the ``Configurator`` as a :term:`dotted Python name` -which refers to a root factory defined in a different module. +which can refer to a root factory defined in a different module. A root factory is passed a :term:`request` object and it is expected to return an object which represents the root of the resource tree. All |
