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/traversal.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/traversal.rst')
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 9802ec01e..a1c906c3b 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -29,7 +29,7 @@ return an object which represents the root of the object graph. All usually a *mapping* object (such as a Python dictionary). .. note:: If a :term:`root factory` is passed to the :mod:`repoze.bfg` - "make_app" function as the value ``None``, a default root factory + :term:`Configurator` as the value ``None``, a default root factory is used. This is most useful when you're using :term:`URL dispatch` and you don't care very much about traversing any particular graph to resolve URLs to code. It is also possible to |
