summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index e0b5ea542..f04e7f3ba 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -122,10 +122,9 @@ When the view attached to this route is invoked, :mod:`repoze.bfg`
will attempt to use :term:`traversal` against the context implied by
the :term:`root factory` of this route. The above example isn't very
useful unless you've defined a custom :term:`root factory` by passing
-it to the ``repoze.bfg.router.make_app`` function, because the
-*default* root factory cannot be traversed (it has no useful
-``__getitem__`` method). But let's imagine that your root factory
-looks like so:
+it to constructor of a :term:`Configurator` because the *default* root
+factory cannot be traversed (it has no useful ``__getitem__`` method).
+But let's imagine that your root factory looks like so:
.. code-block:: python