diff options
| author | Chris McDonough <chrism@plope.com> | 2012-06-07 18:21:13 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-06-07 18:21:13 -0400 |
| commit | dcab614e3252054eba5f2333af8bc3c4120e9980 (patch) | |
| tree | 48cc047c05425a9188cb0a14101c3f8488d50405 | |
| parent | 566a2a641a03b2d4bec6b19e8d20148dbc2769b4 (diff) | |
| download | pyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.tar.gz pyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.tar.bz2 pyramid-dcab614e3252054eba5f2333af8bc3c4120e9980.zip | |
rendering
| -rw-r--r-- | pyramid/url.py | 2 |
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. """ |
