summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/models.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/models.rst b/docs/narr/models.rst
index 3019ab285..74cb9d50a 100644
--- a/docs/narr/models.rst
+++ b/docs/narr/models.rst
@@ -112,8 +112,8 @@ recursively.
If you choose to make use of the location-based dynamic assignment of
``__parent__`` and ``__name__``, the root node must have a
-``__parent__`` and a ``__name__`` that are both ``None``, and it must
-provide the ``repoze.bfg.interfaces.ILocation`` interface. The
+``__parent__`` that is ``None``, a ``__name__`` with any value, and it
+must provide the ``repoze.bfg.interfaces.ILocation`` interface. The
easiest way to do this is to claim that the class representing the
root node ``implements(ILocation)``: