summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authormichr <michr@webhippo.net>2011-09-23 10:07:25 -0700
committermichr <michr@webhippo.net>2011-09-23 10:07:25 -0700
commitf487b2f1e5f6d4badf5eda64c0ee4fba699bfb92 (patch)
tree6061aee6722aaefaa0cd34094842c2710ed15cbe /docs/narr
parentabcef328b5bbdb7a8c695e06a5c93ce0d8834275 (diff)
parentacefa30d7f2329acd545ab479fb983d988972f05 (diff)
downloadpyramid-f487b2f1e5f6d4badf5eda64c0ee4fba699bfb92.tar.gz
pyramid-f487b2f1e5f6d4badf5eda64c0ee4fba699bfb92.tar.bz2
pyramid-f487b2f1e5f6d4badf5eda64c0ee4fba699bfb92.zip
Merge branch 'master' of git://github.com/Pylons/pyramid
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/resources.rst2
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.