summaryrefslogtreecommitdiff
path: root/docs/narr/models.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/models.rst')
-rw-r--r--docs/narr/models.rst2
1 files changed, 1 insertions, 1 deletions
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