summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-31 10:56:19 -0500
committerChris McDonough <chrism@plope.com>2011-01-31 10:56:19 -0500
commitef02a8bfe3c5317d65b55729e25eeeca10e5a8e2 (patch)
tree9809803ffef454755dda5d9a95888adaa567404e /docs
parent754f1d627ef0c7210a0b1fa1c297b6ea46391899 (diff)
parent455196d7a4759d751dffb68369e7e02590ce26cf (diff)
downloadpyramid-ef02a8bfe3c5317d65b55729e25eeeca10e5a8e2.tar.gz
pyramid-ef02a8bfe3c5317d65b55729e25eeeca10e5a8e2.tar.bz2
pyramid-ef02a8bfe3c5317d65b55729e25eeeca10e5a8e2.zip
Merge branch 'master' of https://github.com/cconrad/pyramid into cconrad-master
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki/definingviews.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst
index 90768f320..31900233c 100644
--- a/docs/tutorials/wiki/definingviews.rst
+++ b/docs/tutorials/wiki/definingviews.rst
@@ -76,7 +76,7 @@ The ``view_page`` view function
The ``view_page`` function will be configured to respond as the default view
of a Page resource. We'll provide it with a ``@view_config`` decorator which
-names the class ``tutorial.models.Wiki`` as its context. This means that
+names the class ``tutorial.models.Page`` as its context. This means that
when a Page resource is the context, and no :term:`view name` exists in the
request, this view will be used. We inform :app:`Pyramid` this view will use
the ``templates/view.pt`` template file as a ``renderer``.