From 20ef6a98e7abaeb8c3ee1133eff39ab90a286df9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 05:26:41 +0000 Subject: Excise make_app from docs. --- docs/narr/hybrid.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/narr/hybrid.rst') 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 -- cgit v1.2.3