From 5b72fa1f90b297b2ace6b722482d2e1f046d60fe Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 17 Dec 2008 19:53:08 +0000 Subject: Fix bug found by jpenney. --- docs/narr/models.rst | 4 ++-- 1 file 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)``: -- cgit v1.2.3