diff options
| author | uralbash <root@uralbash.ru> | 2015-05-28 14:04:10 +0500 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-28 02:30:09 -0700 |
| commit | ee632c60025bed98f4da097a38ca8bd282ddd705 (patch) | |
| tree | 670b0a4787549a3576f7d1a549d896f8d3673812 /docs | |
| parent | 0dcc49bda34968c42e129ed60da10bfdfda33303 (diff) | |
| download | pyramid-ee632c60025bed98f4da097a38ca8bd282ddd705.tar.gz pyramid-ee632c60025bed98f4da097a38ca8bd282ddd705.tar.bz2 pyramid-ee632c60025bed98f4da097a38ca8bd282ddd705.zip | |
fix duplicate name resource_path
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index b325ad076..105ffb5a7 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -11,7 +11,7 @@ :exclude-members: add_response_callback, add_finished_callback, route_url, route_path, current_route_url, current_route_path, static_url, static_path, - model_url, resource_url, set_property, + model_url, resource_url, resource_path, set_property, effective_principals, authenticated_userid, unauthenticated_userid, has_permission |
