summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-23 13:22:17 -0500
committerChris McDonough <chrism@plope.com>2010-12-23 13:22:17 -0500
commitc4d40135fdcd4125f36c3dd5d0e3b555b539f69a (patch)
treed467fd7232b46ed9f69711e5d367c01a0eea26fe
parenta827e04ac308f8005f674bef01d70a842be708cf (diff)
downloadpyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.tar.gz
pyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.tar.bz2
pyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.zip
clarify
-rw-r--r--pyramid/url.py3
1 files changed, 2 insertions, 1 deletions
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