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/router.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/router.rst') diff --git a/docs/narr/router.rst b/docs/narr/router.rst index 7382c07ae..3871e154e 100644 --- a/docs/narr/router.rst +++ b/docs/narr/router.rst @@ -43,10 +43,10 @@ processing? :term:`route` named a ``factory`` argument, this factory is used to generate the root object, otherwise a default :term:`root factory` is used. If a root factory argument was passed to the - ``repoze.bfg.router.make_app``, that callable is used to generate - the root object. If the root factory argument passed to - ``make_app`` is ``None``, a default root factory is used to - generate a root. + :term:`Configurator` constructor, that callable is used to generate + the root object. If the root factory argument passed to the + Configurator constructor is ``None``, a default root factory is + used to generate a root. #. A ``NewRequest`` :term:`event` is sent to any subscribers. -- cgit v1.2.3