From 410457b9f6b72fe5aad44d36c805317a5d2960ec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 15:50:02 +0000 Subject: More reviews finished. --- docs/narr/models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/models.rst') diff --git a/docs/narr/models.rst b/docs/narr/models.rst index ba89089ef..32b9632e1 100644 --- a/docs/narr/models.rst +++ b/docs/narr/models.rst @@ -200,7 +200,7 @@ Defining a Graph of Model Instances for Traversal ------------------------------------------------- When :term:`traversal` is used (as opposed to a purely :term:`url -dispatch` based application), mod:`repoze.bfg` expects to be able to +dispatch` based application), :mod:`repoze.bfg` expects to be able to traverse a graph composed of model instances. Traversal begins at a root model, and descends into the graph recursively via each found model's ``__getitem__`` method. :mod:`repoze.bfg` imposes the -- cgit v1.2.3