summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
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