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 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