diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 23:26:19 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 23:26:19 -0700 |
| commit | 5fadf88be688570ef05b9a76427aa2ea133f85df (patch) | |
| tree | b709478a03cbf2a69905e56f2173947481bbf996 /docs | |
| parent | 2252de24707c7db6ccf36085d76ed5fc092999ad (diff) | |
| download | pyramid-5fadf88be688570ef05b9a76427aa2ea133f85df.tar.gz pyramid-5fadf88be688570ef05b9a76427aa2ea133f85df.tar.bz2 pyramid-5fadf88be688570ef05b9a76427aa2ea133f85df.zip | |
reword graph walking bullet
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/models.rst | 4 |
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 |
