summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/lxmlgraph/step03.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/lxmlgraph/step03.rst b/docs/tutorials/lxmlgraph/step03.rst
index f99e00c58..89e62f640 100644
--- a/docs/tutorials/lxmlgraph/step03.rst
+++ b/docs/tutorials/lxmlgraph/step03.rst
@@ -26,8 +26,8 @@ Add this to your project's ``configure.zcml``:
/>
This view stanza indicates that the *default view* for a model that
-implements ``myapp.models.IMyModel`` should be the
-``myapp.views.zpt_view`` function. It is the *default* view because
+implements ``lxmlgraph.models.IMyModel`` should be the
+``lxmlgraph.views.zpt_view`` function. It is the *default* view because
this stanza does not have a ``name`` attribute.
Additonally, add a template to your project's ``templates`` directory