From 45cc6fcd6a8e4c093e734f7fdbc69878d4df2bb4 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 14:19:15 -0700 Subject: clarify that the default root resource is empty --- docs/narr/traversal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 65e9ae3c7..fa8d7d7ee 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -137,7 +137,7 @@ or another persistence mechanism. If no :term:`root factory` is passed to the :app:`Pyramid` :term:`Configurator` constructor, or the ``root_factory`` is specified as the value ``None``, a *default* root factory is used. The default root factory -always returns a resource that has no child resources. +always returns a resource that has no child resources; it is effectively empty. .. sidebar:: Emulating the Default Root Factory -- cgit v1.2.3