diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/glossary.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 0569c1e81..92e2264f9 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -67,7 +67,8 @@ Glossary Traversal The act of descending "down" a graph of model objects from a root model in order to find a :term:`context`. The :mod:`repoze.bfg` - :term:`router` performs traversal of model objects. See the + :term:`router` performs traversal of model objects when a + :term:`root factory` is specified. See the :ref:`traversal_chapter` chapter for more information. Router The :term:`WSGI` application created when you start a |
