summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-07-12 10:17:12 -0600
committerChris McDonough <chrism@plope.com>2013-07-12 10:17:12 -0600
commit5794138257272c78925f762093a8567d5dddb257 (patch)
tree57c75322bc78acbb9a2f9985fe118425814bdbf8
parentd59440878b67b65e57c91c7b4aa8e7cbf943a729 (diff)
parentcc2195245888f12685b8a368de22c84080015196 (diff)
downloadpyramid-5794138257272c78925f762093a8567d5dddb257.tar.gz
pyramid-5794138257272c78925f762093a8567d5dddb257.tar.bz2
pyramid-5794138257272c78925f762093a8567d5dddb257.zip
Merge branch 'master' of github.com:Pylons/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 84b58ac45..83f0d1eab 100644
--- a/pyramid/url.py
+++ b/pyramid/url.py
@@ -387,7 +387,7 @@ class URLMethodsMixin(object):
resulting url of a resource that has a path of ``/baz/bar`` will be
``http://foo/baz/bar``. If you want to generate completely relative
URLs with no leading scheme, host, port, or initial path, you can
- pass ``app_url=''`. Passing ``app_url=''` when the resource path is
+ pass ``app_url=''``. Passing ``app_url=''`` when the resource path is
``/baz/bar`` will return ``/baz/bar``.
.. versionadded:: 1.3