From 169711bd49e862c27279ec60ef841ed132d24ac1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 23 Dec 2010 13:26:40 -0500 Subject: correct missed bfg->pyramid --- pyramid/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/url.py b/pyramid/url.py index bebd73104..e1eaaaa1e 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -227,7 +227,7 @@ def resource_url(resource, request, *elements, **kw): a data structure with an ``.items()`` method that returns a sequence of two-tuples (presumably a dictionary). This data structure will be turned into a query string per the documentation - of ``repoze.url.urlencode`` function. After the query data is + of ``pyramid.url.urlencode`` function. After the query data is turned into a query string, a leading ``?`` is prepended, and the resulting string is appended to the generated URL. -- cgit v1.2.3