summaryrefslogtreecommitdiff
path: root/docs/narr/extending.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/extending.rst')
-rw-r--r--docs/narr/extending.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst
index 1f9fd1288..9802a01f6 100644
--- a/docs/narr/extending.rst
+++ b/docs/narr/extending.rst
@@ -191,15 +191,15 @@ the original application with slight tweaks. For example:
:linenos:
<view
- context="theoriginalapplication.models.SomeModel"
+ context="theoriginalapplication.resources.SomeResource"
name="theview"
view=".views.a_view_that_does_something_slightly_different"
/>
-A similar pattern can be used to *extend* the application with
-``<view>`` declarations. Just register a new view against some
-existing model type and make sure the URLs it implies are available on
-some other page rendering.
+A similar pattern can be used to *extend* the application with ``<view>``
+declarations. Just register a new view against some existing resource type
+(using ``context``) and make sure the URLs it implies are available on some
+other page rendering.
.. index::
pair: overriding; routes