diff options
| -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 |
