diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
| commit | c5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch) | |
| tree | b6c09425e10c2900bf2120dfe4d390e9070f960c /repoze/bfg/url.py | |
| parent | e4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff) | |
| download | pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.gz pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.bz2 pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.zip | |
Prep for b1
Merge a bunch of paper-based docs fixes
Configure logging during bfgshell.
Diffstat (limited to 'repoze/bfg/url.py')
| -rw-r--r-- | repoze/bfg/url.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/url.py b/repoze/bfg/url.py index 1d4760842..b8340be6f 100644 --- a/repoze/bfg/url.py +++ b/repoze/bfg/url.py @@ -58,7 +58,7 @@ def route_url(route_name, request, *elements, **kw): structure will be turned into a query string per the documentation of :func:`repoze.bfg.encode.urlencode` function. After the query data is turned into a query string, a leading ``?`` is prepended, - and the the resulting string is appended to the generated URL. + and the resulting string is appended to the generated URL. .. note:: Python data structures that are passed as ``_query`` which are sequences or dictionaries are turned into a @@ -162,7 +162,7 @@ def model_url(model, request, *elements, **kw): structure will be turned into a query string per the documentation of ``repoze.url.urlencode`` function. After the query data is turned into a query string, a leading ``?`` is prepended, and the - the resulting string is appended to the generated URL. + resulting string is appended to the generated URL. .. note:: Python data structures that are passed as ``query`` which are sequences or dictionaries are turned into a |
