summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-09 05:26:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-09 05:26:41 +0000
commit20ef6a98e7abaeb8c3ee1133eff39ab90a286df9 (patch)
treeb36091069a879c50bc5185f8abe116d572d7c84a /docs/narr/router.rst
parent2bec99e31b8b22e1f5af4ebcc4a8d544be70c5e0 (diff)
downloadpyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.tar.gz
pyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.tar.bz2
pyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.zip
Excise make_app from docs.
Diffstat (limited to 'docs/narr/router.rst')
-rw-r--r--docs/narr/router.rst8
1 files changed, 4 insertions, 4 deletions
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.