From 602ac1bd027f0f78b1164f0180a9b74771bbbb3c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 26 Nov 2011 13:09:05 -0600 Subject: garden --- pyramid/view.py | 5 +++-- 1 file 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`. -- cgit v1.2.3