summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-23 13:26:40 -0500
committerChris McDonough <chrism@plope.com>2010-12-23 13:26:40 -0500
commit169711bd49e862c27279ec60ef841ed132d24ac1 (patch)
tree0840b3deeeb16fec047844d116e1f9ac66c1b9c6
parentc4d40135fdcd4125f36c3dd5d0e3b555b539f69a (diff)
downloadpyramid-169711bd49e862c27279ec60ef841ed132d24ac1.tar.gz
pyramid-169711bd49e862c27279ec60ef841ed132d24ac1.tar.bz2
pyramid-169711bd49e862c27279ec60ef841ed132d24ac1.zip
correct missed bfg->pyramid
-rw-r--r--pyramid/url.py2
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.