diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-25 08:14:11 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-25 08:14:11 +0200 |
| commit | 8eb19bcf299266232783c88abb2c249ed7ec8fe3 (patch) | |
| tree | d221587fc3b0ceaa61f0256f3c93a16d45836d74 | |
| parent | c0e0acd981a1bfbcf4c039e0439ea183d3ce41bf (diff) | |
| download | pyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.tar.gz pyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.tar.bz2 pyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.zip | |
grammar
| -rw-r--r-- | pyramid/view.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/view.py b/pyramid/view.py index b88c2ea85..cc1854e20 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -168,8 +168,8 @@ class view_config(object): backwards compatibility purposes, as the name :class:`pyramid.view.bfg_view`. - The following keyword arguments are supported to - :class:`pyramid.view.view_config`: ``context``, ``permission``, ``name``, + :class:`pyramid.view.view_config` supports the following keyword + arguments: ``context``, ``permission``, ``name``, ``request_type``, ``route_name``, ``request_method``, ``request_param``, ``containment``, ``xhr``, ``accept``, ``header``, ``path_info``, ``custom_predicates``, ``decorator``, ``mapper``, ``http_cache``, |
