summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingmodels.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/wiki/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki/definingmodels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/definingmodels.rst b/docs/tutorials/wiki/definingmodels.rst
index b63d0c21b..3fa72dd87 100644
--- a/docs/tutorials/wiki/definingmodels.rst
+++ b/docs/tutorials/wiki/definingmodels.rst
@@ -75,7 +75,7 @@ Add an Appmaker
---------------
We're using a mini-framework callable named
-``PersistentApplicationFinder`` in our application (see ``run.py``).
+``PersistentApplicationFinder`` in our application (see ``__init__.py``).
A ``PersistentApplicationFinder`` accepts a ZODB URL as well as an
"appmaker" callback. This callback typically lives in the
``models.py`` file.