From b371775f0c9ae7576042d9c5637fa6c028d62035 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Feb 2011 14:06:37 -0500 Subject: docstring fix (not explicitly parent, just lineage) --- pyramid/config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index acf023095..86691c9a1 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1128,11 +1128,11 @@ class Configurator(object): containment - This value should be a Python class or :term:`interface` or - a :term:`dotted Python name` to such an object that a parent - object in the :term:`lineage` must provide in order for this - view to be found and called. The nodes in your object graph - must be "location-aware" to use this feature. See + This value should be a Python class or :term:`interface` (or a + :term:`dotted Python name`) that an object in the + :term:`lineage` of the context must provide in order for this view + to be found and called. The nodes in your object graph must be + "location-aware" to use this feature. See :ref:`location_aware` for more information about location-awareness. -- cgit v1.2.3