From c4d40135fdcd4125f36c3dd5d0e3b555b539f69a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 23 Dec 2010 13:22:17 -0500 Subject: clarify --- pyramid/url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyramid/url.py b/pyramid/url.py index 4c2f5d393..bebd73104 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -256,7 +256,8 @@ def resource_url(resource, request, *elements, **kw): e.g. ``http://example.com?foo=1#bar``. If the ``resource`` passed in has a ``__resource_url__`` method, it will - be used to generate the URL that is returned by this function. See also + be used to generate the URL (scheme, host, port, path) that for the base + resource which is operated upon by this function. See also :ref:`overriding_resource_url_generation`. .. note:: If the :term:`resource` used is the result of a -- cgit v1.2.3