diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-23 13:22:17 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-23 13:22:17 -0500 |
| commit | c4d40135fdcd4125f36c3dd5d0e3b555b539f69a (patch) | |
| tree | d467fd7232b46ed9f69711e5d367c01a0eea26fe | |
| parent | a827e04ac308f8005f674bef01d70a842be708cf (diff) | |
| download | pyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.tar.gz pyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.tar.bz2 pyramid-c4d40135fdcd4125f36c3dd5d0e3b555b539f69a.zip | |
clarify
| -rw-r--r-- | pyramid/url.py | 3 |
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 |
