From 8a96ffa46958ad453d2838bcbc9b0eb466ccadb8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jan 2009 17:15:08 +0000 Subject: Make renderable. --- docs/narr/project.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3