diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-09 05:26:41 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-09 05:26:41 +0000 |
| commit | 20ef6a98e7abaeb8c3ee1133eff39ab90a286df9 (patch) | |
| tree | b36091069a879c50bc5185f8abe116d572d7c84a /docs/narr/hybrid.rst | |
| parent | 2bec99e31b8b22e1f5af4ebcc4a8d544be70c5e0 (diff) | |
| download | pyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.tar.gz pyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.tar.bz2 pyramid-20ef6a98e7abaeb8c3ee1133eff39ab90a286df9.zip | |
Excise make_app from docs.
Diffstat (limited to 'docs/narr/hybrid.rst')
| -rw-r--r-- | docs/narr/hybrid.rst | 7 |
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 |
