From c5f24b2957a2a7569d70930ac5bc630cc5aaac55 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jan 2010 18:07:12 +0000 Subject: Prep for b1 Merge a bunch of paper-based docs fixes Configure logging during bfgshell. --- repoze/bfg/url.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repoze/bfg/url.py') 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 -- cgit v1.2.3