diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-09-06 00:20:54 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-09-06 00:20:54 +0000 |
| commit | 3b002a7b2515375e283fce953c20be823f24a224 (patch) | |
| tree | beac74e71d47ba713fc45b87bc588d1a73e5510e /docs/narr/urldispatch.rst | |
| parent | eb7ea411bfce55085449b79ac88aac19af0e232f (diff) | |
| download | pyramid-3b002a7b2515375e283fce953c20be823f24a224.tar.gz pyramid-3b002a7b2515375e283fce953c20be823f24a224.tar.bz2 pyramid-3b002a7b2515375e283fce953c20be823f24a224.zip | |
renderings
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 9779113e5..7c8bb7ce6 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -448,8 +448,8 @@ represent neither predicates nor view configuration information. application. ``factory`` - A Python object (often a function or a class) or a :term:`Python - dotted name` to such an object that will generate a + A Python object (often a function or a class) or a :term:`dotted + Python name` to such an object that will generate a :mod:`repoze.bfg` :term:`context` object when this route matches. For example, ``mypackage.models.MyFactoryClass``. If this argument is not specified, the traversal root factory will be used. |
