From 5fadf88be688570ef05b9a76427aa2ea133f85df Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 14 Dec 2010 23:26:19 -0700 Subject: reword graph walking bullet --- docs/narr/models.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/models.rst b/docs/narr/models.rst index 2c72e766d..1631c4d12 100644 --- a/docs/narr/models.rst +++ b/docs/narr/models.rst @@ -5,8 +5,8 @@ A :term:`model` class is typically a simple Python class defined in a module. References to these classes and instances of such classes are omnipresent in :app:`Pyramid`: -- Model instances make up the graph that :app:`Pyramid` is - willing to walk over when :term:`traversal` is used. +- Model instances make up the object graph that :app:`Pyramid` + will walk over when :term:`traversal` is used. - The ``context`` and ``containment`` arguments to :meth:`pyramid.config.Configurator.add_view` often -- cgit v1.2.3