summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/url.py4
1 files 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.