diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-24 02:25:27 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-24 02:25:27 -0400 |
| commit | 0f909f1c256efeaa084c5f7302f3fccd40c94c72 (patch) | |
| tree | 247a666e7cda8568c6e81b126872b5ec47ad5a32 /docs | |
| parent | 03ce311ef998239bb76c04baa3cdbe76cc3b3fcf (diff) | |
| parent | acefa30d7f2329acd545ab479fb983d988972f05 (diff) | |
| download | pyramid-0f909f1c256efeaa084c5f7302f3fccd40c94c72.tar.gz pyramid-0f909f1c256efeaa084c5f7302f3fccd40c94c72.tar.bz2 pyramid-0f909f1c256efeaa084c5f7302f3fccd40c94c72.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 9335906a0..b8dc6d857 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -229,7 +229,7 @@ this: .. code-block:: python :linenos: - url = request.resource_url(resource, request) + url = request.resource_url(resource) The ``request`` in the above example is an instance of a :app:`Pyramid` :term:`request` object. |
