summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-11-26 13:09:05 -0600
committerMichael Merickel <michael@merickel.org>2011-11-26 13:09:05 -0600
commit602ac1bd027f0f78b1164f0180a9b74771bbbb3c (patch)
tree70f1c4571eb6628b13f06da2861297453ef5b9d3
parent3bfb4068c2e17a282b53d1b7f14f653f128cced4 (diff)
downloadpyramid-602ac1bd027f0f78b1164f0180a9b74771bbbb3c.tar.gz
pyramid-602ac1bd027f0f78b1164f0180a9b74771bbbb3c.tar.bz2
pyramid-602ac1bd027f0f78b1164f0180a9b74771bbbb3c.zip
garden
-rw-r--r--pyramid/view.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyramid/view.py b/pyramid/view.py
index 13d5cfe7b..f7d4d8945 100644
--- a/pyramid/view.py
+++ b/pyramid/view.py
@@ -156,11 +156,12 @@ class view_config(object):
backwards compatibility purposes, as the name
:class:`pyramid.view.bfg_view`.
- The following arguments are supported as arguments to
+ The following arguments are supported to
:class:`pyramid.view.view_config`: ``context``, ``permission``, ``name``,
``request_type``, ``route_name``, ``request_method``, ``request_param``,
``containment``, ``xhr``, ``accept``, ``header``, ``path_info``,
- ``custom_predicates``, ``decorator``, ``mapper``, and ``http_cache``.
+ ``custom_predicates``, ``decorator``, ``mapper``, ``http_cache``,
+ and ``match_param``.
The meanings of these arguments are the same as the arguments passed to
:meth:`pyramid.config.Configurator.add_view`.