From 97bd71684fe70a69529a7991729894c16ab998dd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 5 Jan 2012 05:55:57 -0500 Subject: bring docs up to date with code --- pyramid/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/url.py b/pyramid/url.py index afb602d3a..e6a508c17 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -67,7 +67,7 @@ class URLMethodsMixin(object): encoded to UTF-8. The resulting strings are joined with slashes and rendered into the URL. If a string is passed as a ``*remainder`` replacement value, it is tacked on to the URL - untouched. + after being URL-quoted-except-for-embedded-slashes. If a keyword argument ``_query`` is present, it will be used to compose a query string that will be tacked on to the end of the -- cgit v1.2.3