diff options
| -rw-r--r-- | docs/narr/project.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index e0244360f..d18cfb7fd 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -592,9 +592,9 @@ behavior. #. Line 4 defines an instance of MyModel as the root. #. Line 6 is a "root factory" function that will be called by the - :mod:`repoze.bfg` *Router* for each request when it wants to find - the root of the model graph. Conventionally this is called - ``get_root``. + :mod:`repoze.bfg` *Router* for each request when it wants to find + the root of the model graph. Conventionally this is called + ``get_root``. In a "real" application, the root object would not be such a simple object. Instead, it would be an object that could access some |
