summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 80fe6beac..eb0135833 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -539,8 +539,8 @@ The ``myproject`` :term:`package` lives inside the ``MyProject``
comment at the top.
#. A ``configure.zcml`` is a :term:`ZCML` file which maps view names
- to model types. This is also known as the :term:`application
- registry`.
+ to model types. Its contents populate the :term:`application
+ registry` when loaded.
#. A ``models.py`` module, which contains :term:`model` code.