summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-22 13:54:25 -0400
committerChris McDonough <chrism@plope.com>2013-09-22 13:54:25 -0400
commitb83f6c8be631780f159068066dd95c4b29828622 (patch)
tree9fe4e5eb89bd5e552704233e9daeedfc12a5344d /docs/narr
parentfaf334d94e8c7450962b6b0d18fe57cefd43f04a (diff)
parent0778eeab0d758deba3876db9026536863218bda8 (diff)
downloadpyramid-b83f6c8be631780f159068066dd95c4b29828622.tar.gz
pyramid-b83f6c8be631780f159068066dd95c4b29828622.tar.bz2
pyramid-b83f6c8be631780f159068066dd95c4b29828622.zip
Merge branch 'master' into 1.5-branch
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/viewconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index 76cf1daac..182676b29 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -833,7 +833,7 @@ of this:
RESTView, route_name='rest', attr='delete', request_method='DELETE')
To reduce the amount of repetition in the ``config.add_view`` statements, we
-can move the ``route_name='rest'`` argument to a ``@view_default`` class
+can move the ``route_name='rest'`` argument to a ``@view_defaults`` class
decorator on the RESTView class:
.. code-block:: python