diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-23 13:26:40 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-23 13:26:40 -0500 |
| commit | 169711bd49e862c27279ec60ef841ed132d24ac1 (patch) | |
| tree | 0840b3deeeb16fec047844d116e1f9ac66c1b9c6 | |
| parent | c4d40135fdcd4125f36c3dd5d0e3b555b539f69a (diff) | |
| download | pyramid-169711bd49e862c27279ec60ef841ed132d24ac1.tar.gz pyramid-169711bd49e862c27279ec60ef841ed132d24ac1.tar.bz2 pyramid-169711bd49e862c27279ec60ef841ed132d24ac1.zip | |
correct missed bfg->pyramid
| -rw-r--r-- | pyramid/url.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
