From 60996adddfb825cab15c367956f356e8989792ff Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 7 Jul 2009 02:10:33 +0000 Subject: Reverse. --- repoze/bfg/url.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repoze/bfg/url.py b/repoze/bfg/url.py index 5defa96a9..dcaea67ff 100644 --- a/repoze/bfg/url.py +++ b/repoze/bfg/url.py @@ -13,8 +13,8 @@ from repoze.bfg.traversal import quote_path_segment def route_url(route_name, request, *elements, **kw): """Generates a fully qualified URL for a named BFG route. - Use the request object as the first positional argument. Use the - route's ``name`` as the second positional argument. Additional + Use the route's ``name`` as the first positional argument. Use a + request object as the second positional argument. Additional positional arguments are appended to the URL as path segments after it is generated. -- cgit v1.2.3