summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/url.py b/pyramid/url.py
index dd83bb631..52e172d3f 100644
--- a/pyramid/url.py
+++ b/pyramid/url.py
@@ -711,7 +711,7 @@ class URLMethodsMixin(object):
_app_url=request.script_name)``.
:meth:`pyramid.request.Request.current_route_path` is, in fact,
implemented in terms of
- `:meth:`pyramid.request.Request.current_route_url` in just this
+ :meth:`pyramid.request.Request.current_route_url` in just this
way. As a result, any ``_app_url`` passed within the ``**kw``
values to ``current_route_path`` will be ignored.
"""