Skip to content

Commit

Permalink
check_csrf vs. csrf_token in view_config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 27, 2016
1 parent 802c3f6 commit ef01de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/view.py
Expand Up @@ -165,7 +165,7 @@ def my_view(context, request):
``request_type``, ``route_name``, ``request_method``, ``request_param``,
``containment``, ``xhr``, ``accept``, ``header``, ``path_info``,
``custom_predicates``, ``decorator``, ``mapper``, ``http_cache``,
``match_param``, ``csrf_token``, ``physical_path``, and ``predicates``.
``match_param``, ``check_csrf``, ``physical_path``, and ``predicates``.
The meanings of these arguments are the same as the arguments passed to
:meth:`pyramid.config.Configurator.add_view`. If any argument is left
Expand Down

0 comments on commit ef01de3

Please sign in to comment.