diff options
Diffstat (limited to 'docs/tutorials/bfgwiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/bfgwiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki/basiclayout.rst b/docs/tutorials/bfgwiki/basiclayout.rst index f8943eeab..d373624de 100644 --- a/docs/tutorials/bfgwiki/basiclayout.rst +++ b/docs/tutorials/bfgwiki/basiclayout.rst @@ -57,7 +57,7 @@ Content Models with ``models.py`` --------------------------------- :mod:`repoze.bfg` often uses the word *model* when talking about -content resources arranged in a hierarchical *model graph*. The +content resources arranged in a hierarchical *object graph*. The ``models.py`` file is where the ``bfg_zodb`` Paster template put the classes that implement our models. |
