diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-07 06:04:32 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-07 06:04:32 -0400 |
| commit | 0507ac4cdb9515b447affdcf23eae20614d71fca (patch) | |
| tree | c686dcff51a00e0b9846a58883ca9f04af9f83e4 | |
| parent | bb93cbdf16ac03e354569959663d053a68685fc5 (diff) | |
| download | pyramid-0507ac4cdb9515b447affdcf23eae20614d71fca.tar.gz pyramid-0507ac4cdb9515b447affdcf23eae20614d71fca.tar.bz2 pyramid-0507ac4cdb9515b447affdcf23eae20614d71fca.zip | |
add ref to root factory docs
| -rw-r--r-- | pyramid/config/routes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyramid/config/routes.py b/pyramid/config/routes.py index 17e2073f3..f89dcdc8d 100644 --- a/pyramid/config/routes.py +++ b/pyramid/config/routes.py @@ -63,7 +63,8 @@ class RoutesConfiguratorMixin(object): Python name` which refers to the same object that will generate a :app:`Pyramid` root resource object when this route matches. For example, ``mypackage.resources.MyFactory``. If this argument is - not specified, a default root factory will be used. + not specified, a default root factory will be used. See + :ref:`the_resource_tree` for more information about root factories. traverse |
