summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDouglas Cerna <douglascerna@yahoo.com>2011-09-23 02:39:36 -0600
committerDouglas Cerna <douglascerna@yahoo.com>2011-09-23 02:39:36 -0600
commit8fd6ba03e313b910acd60c10cb689382840febc0 (patch)
tree247a666e7cda8568c6e81b126872b5ec47ad5a32 /docs
parent03ce311ef998239bb76c04baa3cdbe76cc3b3fcf (diff)
downloadpyramid-8fd6ba03e313b910acd60c10cb689382840febc0.tar.gz
pyramid-8fd6ba03e313b910acd60c10cb689382840febc0.tar.bz2
pyramid-8fd6ba03e313b910acd60c10cb689382840febc0.zip
Edited docs/narr/resources.rst via GitHub
Diffstat (limited to 'docs')
-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.