summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-25 08:14:11 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-25 08:14:11 +0200
commit8eb19bcf299266232783c88abb2c249ed7ec8fe3 (patch)
treed221587fc3b0ceaa61f0256f3c93a16d45836d74
parentc0e0acd981a1bfbcf4c039e0439ea183d3ce41bf (diff)
downloadpyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.tar.gz
pyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.tar.bz2
pyramid-8eb19bcf299266232783c88abb2c249ed7ec8fe3.zip
grammar
-rw-r--r--pyramid/view.py4
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``,