summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-26 17:15:08 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-26 17:15:08 +0000
commit8a96ffa46958ad453d2838bcbc9b0eb466ccadb8 (patch)
tree9b8189b0c3410e0a0642962d64ddaf3e656a90f3 /docs
parente281fad5c5205045829c79c2b5db46d7b5e04bd1 (diff)
downloadpyramid-8a96ffa46958ad453d2838bcbc9b0eb466ccadb8.tar.gz
pyramid-8a96ffa46958ad453d2838bcbc9b0eb466ccadb8.tar.bz2
pyramid-8a96ffa46958ad453d2838bcbc9b0eb466ccadb8.zip
Make renderable.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
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