summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-06-07 18:21:13 -0400
committerChris McDonough <chrism@plope.com>2012-06-07 18:21:13 -0400
commitdcab614e3252054eba5f2333af8bc3c4120e9980 (patch)
tree48cc047c05425a9188cb0a14101c3f8488d50405
parent566a2a641a03b2d4bec6b19e8d20148dbc2769b4 (diff)
downloadpyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.tar.gz
pyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.tar.bz2
pyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.zip
rendering
-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.
"""