summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-12-17 19:53:08 +0000
committerChris McDonough <chrism@agendaless.com>2008-12-17 19:53:08 +0000
commit5b72fa1f90b297b2ace6b722482d2e1f046d60fe (patch)
tree1c483cc3fd03591de3812e02a2b07ad939cad181
parentc3298c8eb1b132f44b9778a464f3b9500915ffd7 (diff)
downloadpyramid-5b72fa1f90b297b2ace6b722482d2e1f046d60fe.tar.gz
pyramid-5b72fa1f90b297b2ace6b722482d2e1f046d60fe.tar.bz2
pyramid-5b72fa1f90b297b2ace6b722482d2e1f046d60fe.zip
Fix bug found by jpenney.
-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)``: