From e653d5db0e2bf20b25024eb9bdb55aa35b3f2012 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 14:17:52 -0700 Subject: clarify --- docs/narr/traversal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/traversal.rst') 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 -- cgit v1.2.3